1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

x86-2.6 compile fixes for snapshot build

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2867 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
wbx
2006-01-09 17:16:22 +00:00
parent 62adc1bc11
commit d1f90bbe86
3 changed files with 27 additions and 10 deletions

View File

@@ -21,7 +21,7 @@ endif
include $(TOPDIR)/package/rules.mk
ifeq ($(LINUX_KARCH),i386)
KERNEL_C_INCS:=
KERNEL_C_INCS:= -I$(KERNEL_DIR)/include/asm-i386/mach-generic
KERNEL_C_OPTS:= -Os -mpreferred-stack-boundary=2 -march=i486 -fno-unit-at-a-time
endif
ifeq ($(LINUX_KARCH),mips)