From: Michael Tremer Date: Wed, 18 Jun 2008 13:01:09 +0000 (+0000) Subject: Fixed glibc build script. X-Git-Tag: v3.0-alpha1~943 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d0b19c99bd4ec6a135cc8f9bd545ebc9cc7eb8d2;p=ipfire-3.x.git Fixed glibc build script. --- diff --git a/lfs/glibc b/lfs/glibc index bc74de697..3654b609a 100644 --- a/lfs/glibc +++ b/lfs/glibc @@ -93,18 +93,18 @@ endif ../$(THISAPP)/configure \ --prefix=$(TOOLS_DIR) \ --host=$(IFS_TARGET) \ - --build=$(shell $(DIR_APP)/scripts/config.guess) \ + --build=$$($(DIR_APP)/scripts/config.guess) \ --disable-profile \ --enable-add-ons \ --enable-kernel=2.6.0 \ --with-headers=$(TOOLS_DIR)/include \ + --with-binutils=$(TOOLS_DIR)/bin \ --without-selinux \ --without-gd \ --enable-bind-now \ libc_cv_initfini_array=yes \ libc_cv_forced_unwind=yes \ libc_cv_c_cleanup=yes - #--with-binutils=$(TOOLS_DIR)/bin cd $(DIR_SRC)/glibc-build && make PARALLELMFLAGS=$(PARALLELISMFLAGS) -mkdir -v $(TOOLS_DIR)/etc touch $(TOOLS_DIR)/etc/ld.so.conf