50a116d27a
Rather than setting them in the build profile, just set them in etc/defaults.conf (overridable via etc/conf) to simplify the code. - Also enable _FORTIFY_SOURCE=2 in CPPFLAGS. - Also enable -z,relro in LDFLAGS. As suggested by @chneukirchen.
7 lines
188 B
Bash
7 lines
188 B
Bash
# Cross build profile for i686 GNU.
|
|
|
|
XBPS_TARGET_ARCH="i686"
|
|
XBPS_CROSS_TRIPLET="i686-pc-linux-gnu"
|
|
XBPS_CROSS_CFLAGS="-march=i686 -mtune=generic"
|
|
XBPS_CROSS_CXXFLAGS="$XBPS_CROSS_CFLAGS"
|