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

Port the mbsd_multi patch from freewrt, which adds -fhonour-copts. This will emit warnings in packages that don't use our target cflags properly

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8256 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd
2007-07-31 00:52:27 +00:00
parent 37cc74a265
commit 32a98d23ea
6 changed files with 1178 additions and 1 deletions

View File

@@ -12,6 +12,8 @@ ifeq ($(DUMP),1)
else
include $(INCLUDE_DIR)/target.mk
export GCC_HONOUR_COPTS=s
ifeq ($(KERNEL),2.6)
LINUX_KMOD_SUFFIX=ko
else