Commit 8fbf199e by Richard Henderson Committed by Richard Henderson

configure.in: Put parenthesis around TARGET_CPU_DEFAULT's value.

* configure.in: Put parenthesis around TARGET_CPU_DEFAULT's value.
* configure: Update.

From-SVN: r17277
parent aa2ae679
Thu Jan 1 15:40:15 1998 Richard Henderson <rth@cygnus.com>
* configure.in: Put parenthesis around TARGET_CPU_DEFAULT's value.
* configure: Update.
Thu Jan 1 10:49:12 1998 Jeffrey A Law (law@cygnus.com) Thu Jan 1 10:49:12 1998 Jeffrey A Law (law@cygnus.com)
* emit-rtl.c (operand_subword): Correctly handle extracting a word * emit-rtl.c (operand_subword): Correctly handle extracting a word
......
...@@ -5636,7 +5636,7 @@ do ...@@ -5636,7 +5636,7 @@ do
# This substitutes for lots of *.h files. # This substitutes for lots of *.h files.
if [ x$target_cpu_default != x -a $link = tm.h ] if [ x$target_cpu_default != x -a $link = tm.h ]
then then
echo "#define TARGET_CPU_DEFAULT $target_cpu_default" >>$link echo "#define TARGET_CPU_DEFAULT ($target_cpu_default)" >>$link
fi fi
for file in `eval echo '$'$var`; do for file in `eval echo '$'$var`; do
......
...@@ -2812,7 +2812,7 @@ do ...@@ -2812,7 +2812,7 @@ do
# This substitutes for lots of *.h files. # This substitutes for lots of *.h files.
if [[ x$target_cpu_default != x -a $link = tm.h ]] if [[ x$target_cpu_default != x -a $link = tm.h ]]
then then
echo "#define TARGET_CPU_DEFAULT $target_cpu_default" >>$link echo "#define TARGET_CPU_DEFAULT ($target_cpu_default)" >>$link
fi fi
for file in `eval echo '$'$var`; do for file in `eval echo '$'$var`; do
......
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