]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Fixed glibc build script.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 18 Jun 2008 13:01:09 +0000 (13:01 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 18 Jun 2008 13:01:09 +0000 (13:01 +0000)
lfs/glibc

index bc74de6979a16cc0865fffd742b743e4e4f26417..3654b609a5dfd0f166ba2f06db579ccb98af026d 100644 (file)
--- 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