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
This commit is contained in:
Richard Henderson 1998-01-01 07:40:57 -08:00 committed by Richard Henderson
parent aa2ae67960
commit 8fbf199e91
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
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)
* emit-rtl.c (operand_subword): Correctly handle extracting a word

2
gcc/configure vendored
View File

@ -5636,7 +5636,7 @@ do
# This substitutes for lots of *.h files.
if [ x$target_cpu_default != x -a $link = tm.h ]
then
echo "#define TARGET_CPU_DEFAULT $target_cpu_default" >>$link
echo "#define TARGET_CPU_DEFAULT ($target_cpu_default)" >>$link
fi
for file in `eval echo '$'$var`; do

View File

@ -2812,7 +2812,7 @@ do
# This substitutes for lots of *.h files.
if [[ x$target_cpu_default != x -a $link = tm.h ]]
then
echo "#define TARGET_CPU_DEFAULT $target_cpu_default" >>$link
echo "#define TARGET_CPU_DEFAULT ($target_cpu_default)" >>$link
fi
for file in `eval echo '$'$var`; do