cross-arm-linux-gnueabihf: enable obsolete rpc and disable profile for final glibc.
This commit is contained in:
parent
c575148928
commit
cfa5dac17b
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue