]> gcc.gnu.org Git - gcc.git/commitdiff
config.gcc (hppa*64*-*-hpux11*): Add MASK_GAS to target_cpu_default.
authorJeffrey A Law <law@cygnus.com>
Mon, 19 Feb 2001 17:15:53 +0000 (17:15 +0000)
committerJeff Law <law@gcc.gnu.org>
Mon, 19 Feb 2001 17:15:53 +0000 (10:15 -0700)
        * config.gcc (hppa*64*-*-hpux11*): Add MASK_GAS to
        target_cpu_default.  Remove dead assignment to
        target_cpu_default.

From-SVN: r39895

gcc/ChangeLog
gcc/config.gcc

index da7acf7151645703756ef7d752ceee1b4b74e970..28c7af6e83f069469299e8ed0b44543a64ed393b 100644 (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.
index 049d5d4c598b6107f9e9dea352c79aa65f22e8a0..e7ed8394d3a542f8c45a4af5f05567f07131f5ac 100644 (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
This page took 0.085345 seconds and 5 git commands to generate.