cross-arm-linux-gnueabihf: enable obsolete rpc and disable profile for final glibc.

This commit is contained in:
Juan RP 2013-02-07 05:28:03 +01:00
parent c575148928
commit cfa5dac17b

View file

@ -7,7 +7,7 @@ _gmp_version=5.0.5
_mpfr_version=3.1.1
pkgname=cross-arm-linux-gnueabihf
version=0.1
version=0.2
revision=1
short_desc="Cross toolchain for the arm-linux-gnueabihf target"
maintainer="Juan RP <xtraeme@gmail.com>"
@ -278,6 +278,7 @@ _glibc_final() {
--host=${_CROSS_TARGET} --prefix=/usr \
--with-headers=/usr/${_CROSS_TARGET}/usr/include \
--config-cache --enable-add-ons=nptl,ports \
--enable-obsolete-rpc --disable-profile \
--with-float=hard --enable-kernel=2.6.27
make ${makejobs} || return 1