* configure.in: (i*86-*-rtems*): Swapped elf and coff
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 11 Feb 2000 10:17:46 +0000 (10:17 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 11 Feb 2000 10:17:46 +0000 (10:17 +0000)
        stanzas.
        * configure: Rebuilt.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31916 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/configure
gcc/configure.in

index 34a2f58..5fae275 100644 (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.
index edbdff9..43deb31 100755 (executable)
@@ -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"
index 074e645..2bd136e 100644 (file)
@@ -1491,19 +1491,19 @@ changequote([,])dnl
                tmake_file="i386/t-go32 t-rtems"
                ;;
 changequote(,)dnl
-       i[34567]86-*-rtems*|i[34567]86-*-rtemself*)
+       i[34567]86-*-rtemscoff*)
 changequote([,])dnl
                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"
+               tm_file=i386/rtems.h
+               tmake_file="i386/t-i386bare t-rtems"
                ;;
 changequote(,)dnl
-       i[34567]86-*-rtemscoff*)
+       i[34567]86-*-rtems*|i[34567]86-*-rtemself*)
 changequote([,])dnl
                cpu_type=i386
-               tm_file=i386/rtems.h
-               tmake_file="i386/t-i386bare t-rtems"
+               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"
                ;;
 changequote(,)dnl
        i[34567]86-*-sco3.2v5*) # 80386 running SCO Open Server 5