projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
mklibs: use -Wl,--gc-sections when relinking - currently only saves a few bytes,...
[openwrt.git]
/
tools
/
mklibs
/
Makefile
diff --git
a/tools/mklibs/Makefile
b/tools/mklibs/Makefile
index
5053224
..
bd96721
100644
(file)
--- a/
tools/mklibs/Makefile
+++ b/
tools/mklibs/Makefile
@@
-7,11
+7,13
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=mklibs
include $(TOPDIR)/rules.mk
PKG_NAME:=mklibs
-PKG_VERSION:=0.1.2
6
+PKG_VERSION:=0.1.2
9
PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://ftp.de.debian.org/debian/pool/main/m/mklibs/
PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://ftp.de.debian.org/debian/pool/main/m/mklibs/
-PKG_MD5SUM:=708f284975f1b567b817d27f7677a95f
+PKG_MD5SUM:=7f35dfdbde249a090199829c1a1222d8
+
+HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/mklibs
include $(INCLUDE_DIR)/host-build.mk
include $(INCLUDE_DIR)/host-build.mk
This page took
0.02969 seconds
and
4
git commands to generate.