Commit d432c7a5 by Rainer Orth Committed by Rainer Orth

config.gcc (alpha*-dec-osf[45]*): Remove target_cpu_default.

	* config.gcc (alpha*-dec-osf[45]*): Remove target_cpu_default.
	Define TARGET_SUPPORT_ARCH except on Tru64 UNIX V4.0A.

From-SVN: r96927
parent 10c7a96f
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> 2005-03-23 Hans-Peter Nilsson <hp@axis.com>
* doc/tm.texi (TARGET_MD_ASM_CLOBBERS): Adjust wording to not * doc/tm.texi (TARGET_MD_ASM_CLOBBERS): Adjust wording to not
......
...@@ -592,15 +592,15 @@ alpha*-dec-osf[45]*) ...@@ -592,15 +592,15 @@ alpha*-dec-osf[45]*)
extra_headers=va_list.h extra_headers=va_list.h
case ${target} in case ${target} in
*-*-osf4*) *-*-osf4*)
# Set target_cpu_default except on 4.0a. # Define TARGET_SUPPORT_ARCH except on 4.0a.
case ${target} in case ${target} in
*-*-osf4.0a) ;; *-*-osf4.0a) ;;
*) target_cpu_default=MASK_SUPPORT_ARCH *) tm_defines="TARGET_SUPPORT_ARCH=1"
esac esac
;; ;;
*-*-osf5*) *-*-osf5*)
tm_file="${tm_file} alpha/osf5.h" tm_file="${tm_file} alpha/osf5.h"
target_cpu_default=MASK_SUPPORT_ARCH tm_defines="TARGET_SUPPORT_ARCH=1"
;; ;;
esac esac
case ${enable_threads} in case ${enable_threads} in
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment