projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc3b045
)
[tools] sdcc: link statically
author
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 10 Aug 2012 19:26:49 +0000
(19:26 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 10 Aug 2012 19:26:49 +0000
(19:26 +0000)
SVN-Revision: 33104
tools/sdcc/Makefile
patch
|
blob
|
history
diff --git
a/tools/sdcc/Makefile
b/tools/sdcc/Makefile
index ef75fca9acd2589c1d2c6ecefcc64d8c893dfb6d..abedc3ca71043f1118c1695ad81e59301a216ea9 100644
(file)
--- a/
tools/sdcc/Makefile
+++ b/
tools/sdcc/Makefile
@@
-17,6
+17,7
@@
HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/$(PKG_NAME)
include $(INCLUDE_DIR)/host-build.mk
+HOST_LDFLAGS += -static
HOST_CONFIGURE_ARGS += \
--disable-ucsim \
--enable-packihx \