configure.in: (i*86-*-rtems*): Swapped elf and coff stanzas.

* configure.in: (i*86-*-rtems*): Swapped elf and coff
        stanzas.
        * configure: Rebuilt.

From-SVN: r31916
This commit is contained in:
Joel Sherrill 2000-02-11 10:17:46 +00:00 committed by Jeff Law
parent 84caa961db
commit 0d4ef09cd5
3 changed files with 19 additions and 13 deletions

View File

@ -1,3 +1,9 @@
2000-02-11 Joel Sherrill (joel@OARcorp.com>
* configure.in: (i*86-*-rtems*): Swapped elf and coff
stanzas.
* configure: Rebuilt.
2000-02-11 Rodney Brown <RodneyBrown@pmsc.com>
* pa-protos.h: Wrap function_arg_padding in TREE_CODE #ifdef.

12
gcc/configure vendored
View File

@ -1369,7 +1369,7 @@ else
fi
# Find some useful tools
for ac_prog in mawk gawk nawk awk
for ac_prog in gawk mawk nawk awk
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
@ -4156,17 +4156,17 @@ for machine in $build $host $target; do
tm_file=i386/go32-rtems.h
tmake_file="i386/t-go32 t-rtems"
;;
i[34567]86-*-rtemscoff*)
cpu_type=i386
tm_file=i386/rtems.h
tmake_file="i386/t-i386bare t-rtems"
;;
i[34567]86-*-rtems*|i[34567]86-*-rtemself*)
cpu_type=i386
tm_file=i386/rtemself.h
extra_parts="crtbegin.o crtend.o crti.o crtn.o"
tmake_file="i386/t-rtems-i386 i386/t-crtstuff t-rtems"
;;
i[34567]86-*-rtemscoff*)
cpu_type=i386
tm_file=i386/rtems.h
tmake_file="i386/t-i386bare t-rtems"
;;
i[34567]86-*-sco3.2v5*) # 80386 running SCO Open Server 5
xm_file="xm-alloca.h ${xm_file} i386/xm-sco5.h"
xm_defines="USG SVR3"

View File

@ -1490,6 +1490,13 @@ changequote([,])dnl
tm_file=i386/go32-rtems.h
tmake_file="i386/t-go32 t-rtems"
;;
changequote(,)dnl
i[34567]86-*-rtemscoff*)
changequote([,])dnl
cpu_type=i386
tm_file=i386/rtems.h
tmake_file="i386/t-i386bare t-rtems"
;;
changequote(,)dnl
i[34567]86-*-rtems*|i[34567]86-*-rtemself*)
changequote([,])dnl
@ -1498,13 +1505,6 @@ changequote([,])dnl
extra_parts="crtbegin.o crtend.o crti.o crtn.o"
tmake_file="i386/t-rtems-i386 i386/t-crtstuff t-rtems"
;;
changequote(,)dnl
i[34567]86-*-rtemscoff*)
changequote([,])dnl
cpu_type=i386
tm_file=i386/rtems.h
tmake_file="i386/t-i386bare t-rtems"
;;
changequote(,)dnl
i[34567]86-*-sco3.2v5*) # 80386 running SCO Open Server 5
changequote([,])dnl