* config.gcc (alpha*-dec-osf[45]*): Remove target_cpu_default.
authorro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 23 Mar 2005 13:42:58 +0000 (13:42 +0000)
committerro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 23 Mar 2005 13:42:58 +0000 (13:42 +0000)
Define TARGET_SUPPORT_ARCH except on Tru64 UNIX V4.0A.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@96927 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config.gcc

index d52a4a7..f328d01 100644 (file)
@@ -1,3 +1,8 @@
+2005-03-23  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
+
+       * config.gcc (alpha*-dec-osf[45]*): Remove target_cpu_default.
+       Define TARGET_SUPPORT_ARCH except on Tru64 UNIX V4.0A.
+
 2005-03-23  Hans-Peter Nilsson  <hp@axis.com>
 
        * doc/tm.texi (TARGET_MD_ASM_CLOBBERS): Adjust wording to not
index 3eb9004..2bfd9e7 100644 (file)
@@ -592,15 +592,15 @@ alpha*-dec-osf[45]*)
        extra_headers=va_list.h
        case ${target} in
          *-*-osf4*)
-           # Set target_cpu_default except on 4.0a.
+           # Define TARGET_SUPPORT_ARCH except on 4.0a.
            case ${target} in
                *-*-osf4.0a) ;;
-               *) target_cpu_default=MASK_SUPPORT_ARCH
+               *) tm_defines="TARGET_SUPPORT_ARCH=1"
            esac
            ;;
          *-*-osf5*)
            tm_file="${tm_file} alpha/osf5.h"
-           target_cpu_default=MASK_SUPPORT_ARCH
+           tm_defines="TARGET_SUPPORT_ARCH=1"
            ;;
        esac
        case ${enable_threads} in