diff options
author | John David Anglin <dave@hiauly1.hia.nrc.ca> | 2002-01-19 20:42:33 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2002-01-19 20:42:33 +0000 |
commit | eab854f6890a91c0334f3663c517d93ad6b856fe (patch) | |
tree | 26f572be747271b83c9505085961ced8fa78f116 /gcc/config.gcc | |
parent | 5b0293155d4301fb1935325ae6c8853911ffcfd7 (diff) | |
download | gcc-eab854f6890a91c0334f3663c517d93ad6b856fe.zip gcc-eab854f6890a91c0334f3663c517d93ad6b856fe.tar.gz gcc-eab854f6890a91c0334f3663c517d93ad6b856fe.tar.bz2 |
* config.gcc (hppa*64*-*-hpux11*): Fix tmake_file.
From-SVN: r49013
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 8aafba8..3f4daa4 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -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 |