[Modulinux-commits] SF.net SVN: modulinux:[10] trunk/scripts/foundation/linux-kernel/ linux-kernel.
Status: Planning
Brought to you by:
serisman
|
From: <ser...@us...> - 2009-12-15 00:49:30
|
Revision: 10
http://modulinux.svn.sourceforge.net/modulinux/?rev=10&view=rev
Author: serisman
Date: 2009-12-15 00:49:11 +0000 (Tue, 15 Dec 2009)
Log Message:
-----------
linux configure on 64-bit host bug fix
Modified Paths:
--------------
trunk/scripts/foundation/linux-kernel/linux-kernel.mk
Modified: trunk/scripts/foundation/linux-kernel/linux-kernel.mk
===================================================================
--- trunk/scripts/foundation/linux-kernel/linux-kernel.mk 2009-12-15 00:02:15 UTC (rev 9)
+++ trunk/scripts/foundation/linux-kernel/linux-kernel.mk 2009-12-15 00:49:11 UTC (rev 10)
@@ -32,7 +32,7 @@
$(FOUNDATION_LINUX_KERNEL_BUILD_DIR)/.configured: $(FOUNDATION_LINUX_KERNEL_BUILD_DIR)/Makefile
$(LOG) foundation-linux-kernel configuration is starting.
cp $(PLATFORM_DIR)/config/linux-kernel-$(FOUNDATION_LINUX_KERNEL_VERSION).config $(FOUNDATION_LINUX_KERNEL_BUILD_DIR)/.config
- $(MAKE) -C $(FOUNDATION_LINUX_KERNEL_BUILD_DIR) oldconfig
+ $(MAKE) -C $(FOUNDATION_LINUX_KERNEL_BUILD_DIR) ARCH=$(TARGET_ARCH) oldconfig
$(LOG) foundation-linux-kernel configuration has completed.
touch $@
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|