mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-24 04:35:11 +02:00
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.
6 lines
186 B
Bash
6 lines
186 B
Bash
# Cross build profile for i686 and Musl libc.
|
|
|
|
XBPS_TARGET_ARCH="i686-musl"
|
|
XBPS_CROSS_TRIPLET="i686-linux-musl"
|
|
XBPS_CROSS_CFLAGS="-march=i686"
|
|
XBPS_CROSS_CXXFLAGS="$XBPS_CROSS_CFLAGS"
|