diff options
| author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-02-11 10:17:46 +0000 |
|---|---|---|
| committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-02-11 10:17:46 +0000 |
| commit | 2eba8a5aaa45bb40627104bbadc0830067e566cd (patch) | |
| tree | e1c321484ab662c2f8019b55a4f0fc758fd357be | |
| parent | 5d591e6fad7515d5c11b0e99e0a68841006ff13a (diff) | |
| download | ppe42-gcc-2eba8a5aaa45bb40627104bbadc0830067e566cd.tar.gz ppe42-gcc-2eba8a5aaa45bb40627104bbadc0830067e566cd.zip | |
* configure.in: (i*86-*-rtems*): Swapped elf and coff
stanzas.
* configure: Rebuilt.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31916 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 6 | ||||
| -rwxr-xr-x | gcc/configure | 12 | ||||
| -rw-r--r-- | gcc/configure.in | 14 |
3 files changed, 19 insertions, 13 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 34a2f5806ba..5fae27560d6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/configure b/gcc/configure index edbdff90aff..43deb316679 100755 --- a/gcc/configure +++ b/gcc/configure @@ -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" diff --git a/gcc/configure.in b/gcc/configure.in index 074e6455cbe..2bd136ea3a3 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -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 |

