core/glibc: update v5 build host

This commit is contained in:
Kevin Mihelich 2012-11-05 17:39:05 +00:00
parent e3fa25de8f
commit 540d943516

View file

@ -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