kernel: fix portability issues on the x86 specific relocs host tool, fixes build on mac os x
SVN-Revision: 32783
This commit is contained in:
@@ -36,6 +36,7 @@ HOST_EXTRACFLAGS=
|
||||
LINUX_HAS_HEADERS_INSTALL:=y
|
||||
|
||||
KMAKE := $(MAKE) -C $(HOST_BUILD_DIR) \
|
||||
HOSTCFLAGS="$(HOST_CFLAGS) -Wall -Wmissing-prototypes -Wstrict-prototypes" \
|
||||
ARCH=$(LINUX_KARCH) \
|
||||
CC="$(KERNEL_CC)" \
|
||||
CFLAGS="$(TARGET_CFLAGS)" \
|
||||
|
||||
Reference in New Issue
Block a user