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. |
||
---|---|---|
.. | ||
armv6l-musl.sh | ||
armv6l.sh | ||
armv7l-musl.sh | ||
armv7l.sh | ||
bootstrap.sh | ||
i686-musl.sh | ||
i686.sh | ||
README | ||
x86_64-musl.sh | ||
x86_64.sh |
BUILD PROFILES ============== This directory contains build profiles to set properties on native builds for a specific architecture: - XBPS_TRIPLET (the compiler triplet) - XBPS_CFLAGS (C compiler flags for host compiler) - XBPS_CXXFLAGS (C++ compiler flags for the host compiler)