Commit e71c3bb0 by Richard Kenner

(alpha*): Put quotes around MASK_GAS.

From-SVN: r14521
parent b0967cad
...@@ -261,7 +261,8 @@ for machine in $build $host $target; do ...@@ -261,7 +261,8 @@ for machine in $build $host $target; do
alpha*-*-linux-gnuecoff*) alpha*-*-linux-gnuecoff*)
tm_file="${tm_file} alpha/linux.h" tm_file="${tm_file} alpha/linux.h"
xm_file="${xm_file} alpha/xm-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 xmake_file=none
fixincludes=Makefile.in fixincludes=Makefile.in
gas=yes gnu_ld=yes gas=yes gnu_ld=yes
...@@ -269,7 +270,8 @@ for machine in $build $host $target; do ...@@ -269,7 +270,8 @@ for machine in $build $host $target; do
alpha*-*-linux-gnu*) alpha*-*-linux-gnu*)
tm_file="${tm_file} alpha/linux.h alpha/elf.h" tm_file="${tm_file} alpha/linux.h alpha/elf.h"
xm_file="${xm_file} alpha/xm-linux.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" tmake_file="t-linux alpha/t-linux"
xmake_file=none xmake_file=none
fixincludes=Makefile.in fixincludes=Makefile.in
...@@ -2513,9 +2515,9 @@ for machine in $build $host $target; do ...@@ -2513,9 +2515,9 @@ for machine in $build $host $target; do
then then
if [[ x$target_cpu_default2 = x ]] if [[ x$target_cpu_default2 = x ]]
then then
target_cpu_default2=MASK_GAS target_cpu_default2="MASK_GAS"
else else
target_cpu_default2=${target_cpu_default2}|MASK_GAS target_cpu_default2="${target_cpu_default2}|MASK_GAS"
fi fi
fi fi
;; ;;
......
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