aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1997-07-23 06:39:34 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1997-07-23 06:39:34 -0400
commite71c3bb0d6c1ec4d50f968a5acfbc86958062177 (patch)
tree5fe96e3d79c71c23f4a08f4023b964fcd9c79ad9 /gcc
parentb0967cadd59fd9a1f50e849e028ce244daf22c89 (diff)
downloadgcc-e71c3bb0d6c1ec4d50f968a5acfbc86958062177.zip
gcc-e71c3bb0d6c1ec4d50f968a5acfbc86958062177.tar.gz
gcc-e71c3bb0d6c1ec4d50f968a5acfbc86958062177.tar.bz2
(alpha*): Put quotes around MASK_GAS.
From-SVN: r14521
Diffstat (limited to 'gcc')
-rw-r--r--gcc/configure.in10
1 files changed, 6 insertions, 4 deletions
diff --git a/gcc/configure.in b/gcc/configure.in
index ffc87ac..080852b 100644
--- a/gcc/configure.in
+++ b/gcc/configure.in
@@ -261,7 +261,8 @@ for machine in $build $host $target; do
alpha*-*-linux-gnuecoff*)
tm_file="${tm_file} alpha/linux.h"
xm_file="${xm_file} alpha/xm-linux.h"
- target_cpu_default=MASK_GAS
+ target_cpu_default="MASK_GAS"
+ gas=no
xmake_file=none
fixincludes=Makefile.in
gas=yes gnu_ld=yes
@@ -269,7 +270,8 @@ for machine in $build $host $target; do
alpha*-*-linux-gnu*)
tm_file="${tm_file} alpha/linux.h alpha/elf.h"
xm_file="${xm_file} alpha/xm-linux.h"
- target_cpu_default=MASK_GAS
+ target_cpu_default="MASK_GAS"
+ gas=no
tmake_file="t-linux alpha/t-linux"
xmake_file=none
fixincludes=Makefile.in
@@ -2513,9 +2515,9 @@ for machine in $build $host $target; do
then
if [[ x$target_cpu_default2 = x ]]
then
- target_cpu_default2=MASK_GAS
+ target_cpu_default2="MASK_GAS"
else
- target_cpu_default2=${target_cpu_default2}|MASK_GAS
+ target_cpu_default2="${target_cpu_default2}|MASK_GAS"
fi
fi
;;