cross-x86_64-linux-musl: update components, enable -fstack-protector-strong.

- updated binutils to 2.25
- updated gcc to 4.9.2
- updated musl to 1.1.6
- updated linux headers to 3.18.5
This commit is contained in:
Juan RP 2015-02-03 17:33:03 +01:00
parent 7a0107e95b
commit ccc4b79acf
4 changed files with 25 additions and 765 deletions

View file

@ -2,7 +2,7 @@
XBPS_TARGET_ARCH="x86_64-musl"
XBPS_CROSS_TRIPLET="x86_64-linux-musl"
XBPS_CFLAGS="-O2 -pipe"
XBPS_CFLAGS="-O2 -pipe -fstack-protector-strong"
XBPS_CXXFLAGS="$XBPS_CFLAGS"
XBPS_CROSS_CFLAGS="-mtune=generic"
XBPS_CROSS_CXXFLAGS="$XBPS_CROSS_CFLAGS"