mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-23 10:54:33 +00:00
Use -v instead of -V to get gnu as version
This commit is contained in:
parent
6651238f71
commit
a64ebd946d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user