* config.gcc (hppa*64*-*-hpux11*): Fix tmake_file.

From-SVN: r49013
This commit is contained in:
John David Anglin 2002-01-19 20:42:33 +00:00 committed by John David Anglin
parent 5b0293155d
commit eab854f689
2 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2002-01-19 John David Anglin <dave@hiauly1.hia.nrc.ca>
* config.gcc (hppa*64*-*-hpux11*): Fix tmake_file.
2002-01-19 Tom Rix <trix@redhat.com>
* config/rs6000/rs6000.md: Fix DF split for 64 bit hosts.

View file

@ -885,10 +885,9 @@ hppa1.0-*-hpux10*)
;;
hppa*64*-*-hpux11*)
xm_defines=POSIX
tmake_file="pa/t-pa pa/t-pa-hpux"
tm_file="pa/pa64-start.h ${tm_file} pa/pa64-regs.h pa/long_double.h pa/elf.h pa/pa-hpux.h pa/pa-hpux11.h pa/pa-64.h pa/pa64-hpux.h"
float_format=i128
tmake_file=pa/t-pa64
tmake_file="pa/t-pa64 pa/t-pa-hpux"
target_cpu_default="(MASK_PA_11|MASK_PA_20|MASK_GAS)"
# if [ x$enable_threads = x ]; then