]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Removed --host and --target from $CONFIGURE_ARCH
authorArne Fitzenreiter <arne_f@ipfire.org>
Fri, 26 Dec 2008 12:18:13 +0000 (13:18 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Fri, 26 Dec 2008 12:18:13 +0000 (13:18 +0100)
lfs/Config

index bfca7921b3090e9d3e4031bb4ae2d9b919b24206..054b5a343ce1cd785e8884cdb5e894951647400f 100644 (file)
@@ -63,9 +63,7 @@ VPATH = $(DIR_DL):$(DIR_PATCHES)
 INITSCRIPT = $(PKG_NAME)
 
 CONFIGURE_ARCH = \
-       --build=$(IFS_TARGET) \
-       --host=$(IFS_TARGET) \
-       --target=$(IFS_TARGET)
+       --build=$(IFS_TARGET)
 
 ###############################################################################
 # Common Macro Definitions