cross-arm-linux-musleabi: update components.
- binutils updated to 2.25 - gcc updated to 4.9.2 - musl updated to 1.1.6 - kernel headers updated to 3.18.5 Also enable -fstack-protector-strong by default in the armv[67]hf-musl cross profiles.
This commit is contained in:
parent
fa95716abf
commit
52b35693d4
5 changed files with 745 additions and 490 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
XBPS_TARGET_ARCH="armv6l-musl"
|
||||
XBPS_CROSS_TRIPLET="arm-linux-musleabi"
|
||||
XBPS_CFLAGS="-O2 -pipe"
|
||||
XBPS_CFLAGS="-O2 -pipe -fstack-protector-strong"
|
||||
XBPS_CXXFLAGS="$XBPS_CFLAGS"
|
||||
XBPS_CROSS_CFLAGS="-march=armv6 -mfpu=vfp -mfloat-abi=hard"
|
||||
XBPS_CROSS_CXXFLAGS="$XBPS_CROSS_CFLAGS"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue