config: fix typo in FLAG_MARCH

This commit is contained in:
Jeff Kaufman
2013-09-11 09:51:12 -04:00
parent 94d004e72c
commit a48c243e3e
+1 -1
View File
@@ -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