9a168e4463
This is for cases where host does not match build environment (x86_64 building for x86). So we just force build/host triplet in native builds.
4 lines
123 B
Bash
4 lines
123 B
Bash
XBPS_CFLAGS="-O2 -pipe -mtune=i686 -fstack-protector-strong"
|
|
XBPS_CXXFLAGS="$XBPS_CFLAGS"
|
|
XBPS_TRIPLET="i686-pc-linux-gnu"
|