summaryrefslogtreecommitdiffstats
path: root/rules.mk
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2007-10-07 00:26:02 +0000
committerJohn Crispin <john@openwrt.org>2007-10-07 00:26:02 +0000
commitcfd0fecd47ca970b7deff63c81ad1034b80e5328 (patch)
tree66dd65f4a2a1c5831ca05cc4666e397d26354915 /rules.mk
parent4af66e8866ff591e6fb93391e3a1204534adeddb (diff)
downloadmaster-31e0f0ae-cfd0fecd47ca970b7deff63c81ad1034b80e5328.tar.gz
master-31e0f0ae-cfd0fecd47ca970b7deff63c81ad1034b80e5328.tar.bz2
master-31e0f0ae-cfd0fecd47ca970b7deff63c81ad1034b80e5328.zip
changed the -fhonours-copts gcc patch, such that the function needs to be turned on explicitly
SVN-Revision: 9167
Diffstat (limited to 'rules.mk')
-rw-r--r--rules.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules.mk b/rules.mk
index 77331185ee..514aa6b9d2 100644
--- a/rules.mk
+++ b/rules.mk
@@ -63,6 +63,7 @@ TARGET_LDFLAGS:=-L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/lib
export PATH:=$(TARGET_PATH)
export STAGING_DIR
+export GCC_HONOUR_COPTS:=0
LINUX_HEADERS_DIR:=$(BUILD_DIR_TOOLCHAIN)/linux