kernel: fix portability issues on the x86 specific relocs host tool, fixes build on mac os x

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32783 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Felix Fietkau
2012-07-20 12:28:50 +00:00
parent 63d2c81f01
commit 5d7bf2454a
4 changed files with 3031 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
#
KERNEL_MAKEOPTS := -C $(LINUX_DIR) \
HOSTCFLAGS="$(HOST_CFLAGS) -Wall -Wmissing-prototypes -Wstrict-prototypes" \
CROSS_COMPILE="$(KERNEL_CROSS)" \
ARCH="$(LINUX_KARCH)" \
KBUILD_HAVE_NLS=no \