]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Added a macro for cross-compilation.
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 10 Nov 2008 22:36:54 +0000 (23:36 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 10 Nov 2008 22:36:54 +0000 (23:36 +0100)
lfs/Config

index f0821c52c9c341e28ee21946d96d22579a478f41..239d3cb818355365f537a6ad77e5f4ac00731532 100644 (file)
@@ -59,6 +59,10 @@ DIR_SOURCE  = $(DIR_SRC)/src
 
 VPATH = $(DIR_DL):$(DIR_PATCHES)
 
+CONFIGURE_ARCH = \
+       --build=$(IFS_TARGET) \
+       --host=$(IFS_TARGET)
+
 ###############################################################################
 # Common Macro Definitions
 ###############################################################################