aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorDavid O'Brien <obrien@FreeBSD.org>2002-04-12 00:54:42 +0000
committerDavid O'Brien <obrien@gcc.gnu.org>2002-04-12 00:54:42 +0000
commitfee42cc1e8b1c6b114719a2015b9f2902af404f7 (patch)
treed6a6397b1111d34632b490416014786acd602da1 /gcc/config.gcc
parent77a403e4d8eff5ed182ca0e602123a7888ebdfcb (diff)
downloadgcc-fee42cc1e8b1c6b114719a2015b9f2902af404f7.zip
gcc-fee42cc1e8b1c6b114719a2015b9f2902af404f7.tar.gz
gcc-fee42cc1e8b1c6b114719a2015b9f2902af404f7.tar.bz2
config.gcc (ia64-*-freebsd*): Fix ordering of tm_files to match all other *-*-freebsd* targets.
2002-04-11 David O'Brien <obrien@FreeBSD.org> * config.gcc (ia64-*-freebsd*): Fix ordering of tm_files to match all other *-*-freebsd* targets. Approved by: Richard Henderson <rth@redhat.com> Message-ID: <20020411174756.A11442@redhat.com> From-SVN: r52189
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 4bbd40d..4121306 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -1610,7 +1610,7 @@ ia64*-*-elf*)
float_format=i386
;;
ia64*-*-freebsd*)
- tm_file="${tm_file} ${fbsd_tm_file} dbxelf.h elfos.h ia64/sysv4.h ia64/freebsd.h"
+ tm_file="${tm_file} dbxelf.h elfos.h ${fbsd_tm_file} ia64/sysv4.h ia64/freebsd.h"
target_cpu_default="MASK_GNU_AS|MASK_GNU_LD"
tmake_file="${tmake_file} ia64/t-ia64"
float_format=i386