diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-02-19 17:15:53 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-02-19 17:15:53 +0000 |
commit | f9f97de8bb653289a8f3cebfc437df8295c9fd87 (patch) | |
tree | 73fb08636f99efe6fda5130248eafdbd4a100873 /gcc/config.gcc | |
parent | 0279c35ae614b4020efd9acc050a59e882b45963 (diff) | |
download | gcc-f9f97de8bb653289a8f3cebfc437df8295c9fd87.tar.gz |
* config.gcc (hppa*64*-*-hpux11*): Add MASK_GAS to
target_cpu_default. Remove dead assignment to
target_cpu_default.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39895 138bc75d-0d04-0410-961f-82ee72b054a4
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 049d5d4c598..e7ed8394d3a 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -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 |