From: Michael Tremer Date: Sun, 18 Sep 2011 00:14:27 +0000 (+0200) Subject: glibc: Enable all add-ons. X-Git-Tag: v2.9-core54~13^2~73 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1d2919b2f0246f454ddf2639391c6afda2e4ed68;p=people%2Fms%2Fipfire-2.x.git glibc: Enable all add-ons. --- diff --git a/lfs/glibc b/lfs/glibc index be3738206e..5950b1c4e5 100644 --- a/lfs/glibc +++ b/lfs/glibc @@ -40,14 +40,14 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) ifeq "$(ROOT)" "" TARGET = $(DIR_INFO)/$(THISAPP) EXTRA_CONFIG = --prefix=/usr \ - --disable-profile \ + --disable-profile --enable-add-ons \ --enable-kernel=2.6.0 --libexecdir=/usr/lib/glibc EXTRA_MAKE = EXTRA_INSTALL = else TARGET = $(DIR_INFO)/$(THISAPP)-tools EXTRA_CONFIG = --prefix=/tools \ - --disable-profile \ + --disable-profile --enable-add-ons \ --enable-kernel=2.6.0 --with-binutils=/tools/bin \ --without-gd --with-headers=/tools/include \ --without-selinux @@ -60,10 +60,7 @@ ifeq "$(MACHINE_TYPE)" "arm" EXTRA_CONFIG += \ --build=arm \ --host=$(BUILDTARGET) \ - --without-fp \ - --enable-add-ons=nptl,ports -else - EXTRA_CONFIG += --enable-add-ons + --without-fp endif ###############################################################################