cross-i686-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:
parent
ccc4b79acf
commit
5352c7a007
4 changed files with 25 additions and 765 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
XBPS_TARGET_ARCH="i686-musl"
|
||||
XBPS_CROSS_TRIPLET="i686-linux-musl"
|
||||
XBPS_CFLAGS="-O2 -pipe"
|
||||
XBPS_CFLAGS="-O2 -pipe -fstack-protector-strong"
|
||||
XBPS_CXXFLAGS="$XBPS_CFLAGS"
|
||||
XBPS_CROSS_CFLAGS="-march=i686"
|
||||
XBPS_CROSS_CXXFLAGS="$XBPS_CROSS_CFLAGS"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue