From d4102c12afa85624488bb56edb33c6e7d36a85a1 Mon Sep 17 00:00:00 2001 From: law Date: Mon, 26 Apr 1999 00:04:54 +0000 Subject: * 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 --- gcc/configure.in | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'gcc/configure.in') 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*) -- cgit v1.2.3