index
:
openwrt.git
OpenWrt Source Repository
log msg
author
committer
range
feature/odhcpd_odhcp6c_udhcpc-capsdrop
linksys3200ac-master
master
about
summary
refs
log
tree
commit
diff
path:
root
/
rules.mk
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
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
)
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
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