build-profiles: force -mtune=generic on native x86_64.

This commit is contained in:
Juan RP 2014-11-22 19:17:45 +01:00
parent ce8d64674a
commit 03d56c4b9c
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
XBPS_CFLAGS="-O2 -pipe -fstack-protector"
XBPS_CFLAGS="-O2 -mtune=generic -pipe -fstack-protector"
XBPS_CXXFLAGS="$XBPS_CFLAGS"
XBPS_TRIPLET="x86_64-unknown-linux-musl"

View file

@ -1,3 +1,3 @@
XBPS_CFLAGS="-O2 -pipe -fstack-protector-strong"
XBPS_CFLAGS="-O2 -mtune=generic -pipe -fstack-protector-strong"
XBPS_CXXFLAGS="$XBPS_CFLAGS"
XBPS_TRIPLET="x86_64-unknown-linux-gnu"