mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-18 14:30:42 +08:00
config.gcc (hppa*64*-*-hpux11*): Add MASK_GAS to target_cpu_default.
* config.gcc (hppa*64*-*-hpux11*): Add MASK_GAS to target_cpu_default. Remove dead assignment to target_cpu_default. From-SVN: r39895
This commit is contained in:
parent
6df26b8f23
commit
c81460e465
@ -1,3 +1,9 @@
|
||||
Mon Feb 19 10:17:47 2001 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* config.gcc (hppa*64*-*-hpux11*): Add MASK_GAS to
|
||||
target_cpu_default. Remove dead assignment to
|
||||
target_cpu_default.
|
||||
|
||||
Mon Feb 19 16:47:39 CET 2001 Jan Hubicka <jh@suse.cz>
|
||||
|
||||
* regclass.c (contains_reg_of_mode): Make global.
|
||||
|
@ -830,14 +830,13 @@ hppa1.0-*-hpux10*)
|
||||
use_collect2=yes
|
||||
;;
|
||||
hppa*64*-*-hpux11*)
|
||||
target_cpu_default="MASK_PA_11"
|
||||
xm_file=pa/xm-pa64hpux.h
|
||||
xmake_file=pa/x-pa-hpux
|
||||
tmake_file=pa/t-pa
|
||||
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"
|
||||
float_format=i128
|
||||
tmake_file=pa/t-pa64
|
||||
target_cpu_default="(MASK_PA_11|MASK_PA_20)"
|
||||
target_cpu_default="(MASK_PA_11|MASK_PA_20|MASK_GAS)"
|
||||
|
||||
if [ x$gas = xyes ]
|
||||
then
|
||||
|
Loading…
x
Reference in New Issue
Block a user