Use -v instead of -V to get gnu as version

This commit is contained in:
seawood%netscape.com 2001-10-13 07:16:45 +00:00
parent 6651238f71
commit a64ebd946d

View File

@ -286,7 +286,7 @@ fi
if test "$GXX" = "yes"; then
GNU_CXX=1
fi
if test "`echo | $AS -V 2>&1 | grep -c GNU`" != "0"; then
if test "`echo | $AS -v 2>&1 | grep -c GNU`" != "0"; then
GNU_AS=1
fi
rm -f a.out