mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/glibc: update v5 build host
This commit is contained in:
parent
e3fa25de8f
commit
540d943516
1 changed files with 2 additions and 2 deletions
|
@ -106,7 +106,7 @@ build() {
|
|||
fi
|
||||
|
||||
# ALARM: Specify build host types
|
||||
[[ $CARCH == "arm" ]] && CONFIGFLAG="--host=arm-unknown-linux-gnueabi --build=arm-unknown-linux-gnueabi"
|
||||
[[ $CARCH == "arm" ]] && CONFIGFLAG="--host=armv5te-unknown-linux-gnueabi --build=armv5te-unknown-linux-gnueabi"
|
||||
[[ $CARCH == "armv6h" ]] && CONFIGFLAG="--host=armv6l-unknown-linux-gnueabihf --build=armv6l-unknown-linux-gnueabihf"
|
||||
[[ $CARCH == "armv7h" ]] && CONFIGFLAG="--host=armv7l-unknown-linux-gnueabihf --build=armv7l-unknown-linux-gnueabihf"
|
||||
|
||||
|
@ -128,7 +128,7 @@ build() {
|
|||
|
||||
# build libraries with hardening disabled
|
||||
echo "build-programs=no" >> configparms
|
||||
make $MAKEFLAG
|
||||
make
|
||||
|
||||
# re-enable hardening for programs
|
||||
sed -i "/build-programs=/s#no#yes#" configparms
|
||||
|
|
Loading…
Reference in a new issue