aboutsummaryrefslogtreecommitdiff
path: root/gcc/configure.in
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1999-04-26 00:04:54 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1999-04-26 00:04:54 +0000
commitd4102c12afa85624488bb56edb33c6e7d36a85a1 (patch)
tree0af4161ceb0c95b5311d99c7ff567aa135e1a043 /gcc/configure.in
parentb45c5e7f61a8f4f75d6b65694a2f7a0003513bbf (diff)
* pa/pa-hpux.h, pa/pa-hpux10.h, pa/pa-hpux9.h, pa/pa-osf.h, pa.h,
pa.c, pa.md, configure.in, configure: Replace TARGET_SNAKE by TARGET_PA_11 and MASK_SNAKE by MASK_PA_11. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26630 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure.in')
-rw-r--r--gcc/configure.in18
1 files changed, 9 insertions, 9 deletions
diff --git a/gcc/configure.in b/gcc/configure.in
index e343d27860f..cfef1c64bdd 100644
--- a/gcc/configure.in
+++ b/gcc/configure.in
@@ -819,7 +819,7 @@ changequote([,])dnl
float_format=i32
;;
hppa*-*-openbsd*)
- target_cpu_default="MASK_SNAKE"
+ target_cpu_default="MASK_PA_11"
tmake_file=pa/t-openbsd
;;
hppa1.1-*-pro*)
@@ -828,7 +828,7 @@ changequote([,])dnl
tmake_file=pa/t-pro
;;
hppa1.1-*-osf*)
- target_cpu_default="MASK_SNAKE"
+ target_cpu_default="MASK_PA_11"
tm_file="${tm_file} pa/pa-osf.h"
use_collect2=yes
;;
@@ -842,7 +842,7 @@ changequote([,])dnl
use_collect2=yes
;;
hppa1.1-*-bsd*)
- target_cpu_default="MASK_SNAKE"
+ target_cpu_default="MASK_PA_11"
use_collect2=yes
;;
hppa1.0-*-bsd*)
@@ -877,7 +877,7 @@ changequote([,])dnl
changequote(,)dnl
hppa1.1-*-hpux8.0[0-2]*)
changequote([,])dnl
- target_cpu_default="MASK_SNAKE"
+ target_cpu_default="MASK_PA_11"
tm_file="${tm_file} pa/pa-hpux.h"
xm_file=pa/xm-pahpux.h
xmake_file=pa/x-pa-hpux
@@ -891,7 +891,7 @@ changequote([,])dnl
use_collect2=yes
;;
hppa1.1-*-hpux8*)
- target_cpu_default="MASK_SNAKE"
+ target_cpu_default="MASK_PA_11"
tm_file="${tm_file} pa/pa-hpux.h"
xm_file=pa/xm-pahpux.h
xmake_file=pa/x-pa-hpux
@@ -914,7 +914,7 @@ changequote([,])dnl
use_collect2=yes
;;
hppa1.1-*-hpux10* | hppa2*-*-hpux10*)
- target_cpu_default="MASK_SNAKE"
+ target_cpu_default="MASK_PA_11"
tm_file="${tm_file} pa/pa-hpux.h pa/pa-hpux10.h"
xm_file=pa/xm-pahpux.h
xmake_file=pa/x-pa-hpux
@@ -953,7 +953,7 @@ changequote([,])dnl
use_collect2=yes
;;
hppa1.1-*-hpux* | hppa2*-*-hpux*)
- target_cpu_default="MASK_SNAKE"
+ target_cpu_default="MASK_PA_11"
tm_file="${tm_file} pa/pa-hpux.h pa/pa-hpux9.h"
xm_file=pa/xm-pahpux.h
xmake_file=pa/x-pa-hpux
@@ -976,7 +976,7 @@ changequote([,])dnl
use_collect2=yes
;;
hppa1.1-*-hiux* | hppa2*-*-hiux*)
- target_cpu_default="MASK_SNAKE"
+ target_cpu_default="MASK_PA_11"
tm_file="${tm_file} pa/pa-hpux.h pa/pa-hiux.h"
xm_file=pa/xm-pahpux.h
xmake_file=pa/x-pa-hpux
@@ -999,7 +999,7 @@ changequote([,])dnl
use_collect2=yes
;;
hppa*-*-lites*)
- target_cpu_default="MASK_SNAKE"
+ target_cpu_default="MASK_PA_11"
use_collect2=yes
;;
i370-*-mvs*)