diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-09-19 19:48:57 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-09-19 19:48:57 +0000 |
commit | 2c813e213cde532da246b7ab87e52713d55974a0 (patch) | |
tree | 1b78e4bf810e55a44d8093a958413bcefc66e6b7 /gcc/config.gcc | |
parent | 748fad954ea689db771f24f24da0ef00daf63cb8 (diff) | |
download | gcc-2c813e213cde532da246b7ab87e52713d55974a0.zip gcc-2c813e213cde532da246b7ab87e52713d55974a0.tar.gz gcc-2c813e213cde532da246b7ab87e52713d55974a0.tar.bz2 |
configure.in: Remove --with-elf, which doesn't work.
* configure.in: Remove --with-elf, which doesn't work.
* configure: Regenerate.
* config.gcc: Remove references to $elf, which does nothing.
From-SVN: r71588
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 88d2258..383e7b0 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -339,8 +339,6 @@ case $machine in # support are matched above and just set $cpu_type. tm_file="${cpu_type}/gnu.h" extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o" - # GNU always uses ELF. - elf=yes # GNU tools are the only tools. gnu_ld=yes gas=yes @@ -836,7 +834,6 @@ i370-*-linux*) tm_file="dbxelf.h elfos.h svr4.h linux.h i370/linux.h i370/i370.h" tmake_file="t-slibgcc-elf-ver t-linux" # broken_install=yes - elf=yes ;; i[34567]86-*-darwin*) tm_file="${tm_file} i386/darwin.h" |