提交 11d1fdb0 编写于 作者: P pbrook

Fix bogus test syntax.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4550 c046a42c-6fe2-441c-8c8c-71466251a162
上级 48ffabc6
...@@ -1200,7 +1200,7 @@ case "$target_cpu" in ...@@ -1200,7 +1200,7 @@ case "$target_cpu" in
echo "#define USE_KQEMU 1" >> $config_h echo "#define USE_KQEMU 1" >> $config_h
fi fi
gcc3minver=`$cc --version 2> /dev/null| fgrep "(GCC) 3." | awk '{ print $3 }' | cut -f2 -d.` gcc3minver=`$cc --version 2> /dev/null| fgrep "(GCC) 3." | awk '{ print $3 }' | cut -f2 -d.`
if test -n "$gcc3minver" -a $gcc3minver -gt 3 if test -n "$gcc3minver" && test $gcc3minver -gt 3
then then
echo "HAVE_GT_GCC_3_3=true" >> $config_mak echo "HAVE_GT_GCC_3_3=true" >> $config_mak
else else
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册