diff options
author | John Crispin <john@openwrt.org> | 2007-10-07 00:26:02 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2007-10-07 00:26:02 +0000 |
commit | cfd0fecd47ca970b7deff63c81ad1034b80e5328 (patch) | |
tree | 66dd65f4a2a1c5831ca05cc4666e397d26354915 /rules.mk | |
parent | 4af66e8866ff591e6fb93391e3a1204534adeddb (diff) | |
download | upstream-cfd0fecd47ca970b7deff63c81ad1034b80e5328.tar.gz upstream-cfd0fecd47ca970b7deff63c81ad1034b80e5328.tar.bz2 upstream-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.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |