]> gcc.gnu.org Git - gcc.git/commitdiff
(alpha*): Put quotes around MASK_GAS.
authorRichard Kenner <kenner@gcc.gnu.org>
Wed, 23 Jul 1997 10:39:34 +0000 (06:39 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Wed, 23 Jul 1997 10:39:34 +0000 (06:39 -0400)
From-SVN: r14521

gcc/configure.in

index ffc87acb6b415cebbb7b438ef174d41596943a67..080852b3ce993a1d247cea6c5578962eaac6e3cf 100644 (file)
@@ -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
                ;;
This page took 0.078498 seconds and 5 git commands to generate.