From 29ff12f95706e0abeab5c054c66b3c6687e6515b Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 23 Nov 2010 21:24:28 +0100 Subject: install symlinks for glibc-dev package, do not install libnsl for now --- toolchain/glibc/Makefile | 27 --------------------------- 1 file changed, 27 deletions(-) (limited to 'toolchain/glibc/Makefile') diff --git a/toolchain/glibc/Makefile b/toolchain/glibc/Makefile index f97185ab5..47a7b9d6b 100644 --- a/toolchain/glibc/Makefile +++ b/toolchain/glibc/Makefile @@ -4,7 +4,6 @@ include $(TOPDIR)/rules.mk include ../rules.mk include Makefile.inc - include ${TOPDIR}/mk/buildhlp.mk # glibc does not compile with Os @@ -13,32 +12,6 @@ ifneq ($(ADK_DEBUG),) TARGET_CFLAGS+=-O2 endif -GLIBC_CONFOPTS:= --build=$(GNU_HOST_NAME) \ - --host=$(REAL_GNU_TARGET_NAME) \ - --with-headers=$(TOOLCHAIN_SYSROOT)/usr/include \ - --disable-nls \ - --disable-sanity-checks \ - --without-cvs \ - --disable-profile \ - --disable-debug \ - --enable-kernel="2.6.0" \ - --without-gd \ - --with-__thread \ - --with-tls \ - --enable-add-ons - -GLIBC_ENV:= PATH='${TARGET_PATH}' \ - BUILD_CC=${HOSTCC} \ - CFLAGS="$(TARGET_CFLAGS)" \ - CC=${REAL_GNU_TARGET_NAME}-gcc \ - CXX=${REAL_GNU_TARGET_NAME}-g++ \ - AR=${REAL_GNU_TARGET_NAME}-ar \ - RANLIB=${REAL_GNU_TARGET_NAME}-ranlib \ - libc_cv_forced_unwind=yes \ - libc_cv_c_cleanup=yes \ - libc_cv_gnu99_inline=yes \ - libc_cv_slibdir="/lib" - ifeq ($(ADK_TARGET_NO_FPU),y) GLIBC_CONFOPTS+= --without-fp endif -- cgit v1.2.3