diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-08-10 19:26:49 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-08-10 19:26:49 +0000 |
commit | d6605d85c9cfdff840ae68c0afbc81d1e0d1e6a6 (patch) | |
tree | a7db16f55c5787188f6e36f61a5d81ceb9e04696 /tools | |
parent | 7c5b0f63a13b75ce1c90ad3027300008efcb8229 (diff) | |
download | upstream-d6605d85c9cfdff840ae68c0afbc81d1e0d1e6a6.tar.gz upstream-d6605d85c9cfdff840ae68c0afbc81d1e0d1e6a6.tar.bz2 upstream-d6605d85c9cfdff840ae68c0afbc81d1e0d1e6a6.zip |
sdcc: link statically
SVN-Revision: 33104
Diffstat (limited to 'tools')
-rw-r--r-- | tools/sdcc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/sdcc/Makefile b/tools/sdcc/Makefile index ef75fca9ac..abedc3ca71 100644 --- 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 \ |