config: fix typo in FLAG_MARCH
This commit is contained in:
@@ -86,7 +86,7 @@ fi
|
||||
# The compiler needs to know that __sync_add_and_fetch_4 is ok,
|
||||
# and this requires an instruction that didn't exist on i586 or i386.
|
||||
if [ "$uname_arch" = "i686" ]; then
|
||||
$FLAG_MARCH='march=i686'
|
||||
FLAG_MARCH='-march=i686'
|
||||
fi
|
||||
|
||||
# Building with HTTPS fetching enabled pulls in a version of OpenSSL that causes
|
||||
|
||||
Reference in New Issue
Block a user