mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-20 19:19:59 +08:00
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
This commit is contained in:
parent
77a403e4d8
commit
fee42cc1e8
@ -1,3 +1,8 @@
|
||||
2002-04-11 David O'Brien <obrien@FreeBSD.org>
|
||||
|
||||
* config.gcc (ia64-*-freebsd*): Fix ordering of tm_files to match
|
||||
all other *-*-freebsd* targets.
|
||||
|
||||
2002-04-11 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* config.gcc (alpha*-*-linux*ecoff): Detect and reject.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user