add a comment about making the xcompilation stuff more generic

svn path=/trunk/kernel/source/linux-2.6/; revision=3695
This commit is contained in:
Andres Salomon 2005-08-05 20:08:32 +00:00
parent cd701c7505
commit 64ca53caf7
1 changed files with 3 additions and 0 deletions

3
debian/Makefile vendored
View File

@ -67,6 +67,9 @@ kpkg_build_cmd += --stem linux
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