r3695 - trunk/kernel/source/linux-2.6/debian

Andres Salomon dilinger at costa.debian.org
Fri Aug 5 20:08:32 UTC 2005


Author: dilinger
Date: 2005-08-05 20:08:32 +0000 (Fri, 05 Aug 2005)
New Revision: 3695

Modified:
   trunk/kernel/source/linux-2.6/debian/Makefile
Log:
add a comment about making the xcompilation stuff more generic


Modified: trunk/kernel/source/linux-2.6/debian/Makefile
===================================================================
--- trunk/kernel/source/linux-2.6/debian/Makefile	2005-08-05 20:01:12 UTC (rev 3694)
+++ trunk/kernel/source/linux-2.6/debian/Makefile	2005-08-05 20:08:32 UTC (rev 3695)
@@ -67,6 +67,9 @@
 ifdef build_subarch
   kpkg_build_cmd += --subarch $(build_subarch)
 endif
+# XXX: Instead of special-casing m68k here, we could make --arch and
+# --cross_compile options supported in Makefile.inc, and use them if
+#  DEB_HOST_ARCH != DEB_BUILD_ARCH..  -dil
 ifeq ($(cross_compile),m68k)
   kpkg_headers_cmd +=  --arch m68k --cross_compile m68k-linux
   kpkg_build_cmd +=  --arch m68k --cross_compile m68k-linux




More information about the Kernel-svn-changes mailing list