]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Add --target option to $CONFIGURE_ARCH
authorArne Fitzenreiter <arne_f@ipfire.org>
Thu, 25 Dec 2008 16:35:45 +0000 (17:35 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Thu, 25 Dec 2008 16:35:45 +0000 (17:35 +0100)
now i586 toolchain and biuld start on K6

lfs/Config
lfs/glibc

index 2bbb76499cba3c41f3cf98c0b8f42278f078bc06..bfca7921b3090e9d3e4031bb4ae2d9b919b24206 100644 (file)
@@ -64,7 +64,8 @@ INITSCRIPT = $(PKG_NAME)
 
 CONFIGURE_ARCH = \
        --build=$(IFS_TARGET) \
-       --host=$(IFS_TARGET)
+       --host=$(IFS_TARGET) \
+       --target=$(IFS_TARGET)
 
 ###############################################################################
 # Common Macro Definitions
index 2360db6c3b9b05349f079948d18771502fd2affa..fe5211dbc9822a38eceeecb7477662fd4d9d2aba 100644 (file)
--- a/lfs/glibc
+++ b/lfs/glibc
@@ -187,8 +187,8 @@ ifeq "$(STAGE)" "toolchain"
 
        cd $(DIR_SRC)/glibc-build && \
                ../$(THISAPP)/configure \
+                       $(CONFIGURE_ARCH) \
                        --prefix=$(TOOLS_DIR) \
-                       --target=$(IFS_TARGET) \
                        --libexecdir=$(TOOLS_DIR)/lib/$(PKG_NAME) \
                        --with-headers=$(TOOLS_DIR)/include \
                        --with-binutils=$(TOOLS_DIR)/bin \