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
This commit is contained in:
parent
748fad954e
commit
2c813e213c
@ -1,5 +1,9 @@
|
|||||||
2003-09-19 Nathanael Nerode <neroden@gcc.gnu.org>
|
2003-09-19 Nathanael Nerode <neroden@gcc.gnu.org>
|
||||||
|
|
||||||
|
* configure.in: Remove --with-elf, which doesn't work.
|
||||||
|
* configure: Regenerate.
|
||||||
|
* config.gcc: Remove references to $elf, which does nothing.
|
||||||
|
|
||||||
* config/i386/xm-vsta.h: Remove xm-file believed useless.
|
* config/i386/xm-vsta.h: Remove xm-file believed useless.
|
||||||
* config.build (i386-vsta): Remove reference to it.
|
* config.build (i386-vsta): Remove reference to it.
|
||||||
* config.host (i386-vsta): Remove reference to it.
|
* config.host (i386-vsta): Remove reference to it.
|
||||||
|
@ -339,8 +339,6 @@ case $machine in
|
|||||||
# support are matched above and just set $cpu_type.
|
# support are matched above and just set $cpu_type.
|
||||||
tm_file="${cpu_type}/gnu.h"
|
tm_file="${cpu_type}/gnu.h"
|
||||||
extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
|
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 tools are the only tools.
|
||||||
gnu_ld=yes
|
gnu_ld=yes
|
||||||
gas=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"
|
tm_file="dbxelf.h elfos.h svr4.h linux.h i370/linux.h i370/i370.h"
|
||||||
tmake_file="t-slibgcc-elf-ver t-linux"
|
tmake_file="t-slibgcc-elf-ver t-linux"
|
||||||
# broken_install=yes
|
# broken_install=yes
|
||||||
elf=yes
|
|
||||||
;;
|
;;
|
||||||
i[34567]86-*-darwin*)
|
i[34567]86-*-darwin*)
|
||||||
tm_file="${tm_file} i386/darwin.h"
|
tm_file="${tm_file} i386/darwin.h"
|
||||||
|
606
gcc/configure
vendored
606
gcc/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -460,12 +460,6 @@ AC_ARG_WITH(stabs,
|
|||||||
stabs="$with_stabs",
|
stabs="$with_stabs",
|
||||||
stabs=no)
|
stabs=no)
|
||||||
|
|
||||||
# With ELF
|
|
||||||
AC_ARG_WITH(elf,
|
|
||||||
[ --with-elf arrange to use ELF instead of host debug format],
|
|
||||||
elf="$with_elf",
|
|
||||||
elf=no)
|
|
||||||
|
|
||||||
# Determine whether or not multilibs are enabled.
|
# Determine whether or not multilibs are enabled.
|
||||||
AC_ARG_ENABLE(multilib,
|
AC_ARG_ENABLE(multilib,
|
||||||
[ --enable-multilib enable library support for multiple ABIs],
|
[ --enable-multilib enable library support for multiple ABIs],
|
||||||
|
Loading…
Reference in New Issue
Block a user