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:
Jeffrey A Law 2001-02-19 17:15:53 +00:00 committed by Jeff Law
parent 6df26b8f23
commit c81460e465
2 changed files with 7 additions and 2 deletions

View File

@ -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.

View File

@ -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