This commit is contained in:
Jakub Jelinek 2014-12-12 15:05:23 +01:00
parent d266a563d9
commit 30d99f0e2c
1 changed files with 0 additions and 9 deletions

View File

@ -9,12 +9,3 @@
fi
esac
;;
@@ -79,7 +79,7 @@ if test $enable_linux_futex = yes; then
config_path="linux/x86 linux posix"
case " ${CC} ${CFLAGS} " in
*" -m32 "*)
- XCFLAGS="${XCFLAGS} -march=i486 -mtune=i686"
+ XCFLAGS="${XCFLAGS} -march=i486 -mtune=generic"
;;
esac
;;