mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 22:05:20 +02:00
add mklibs (based on a patch by florian) in preparation for optional library symbol stripping
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17154 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
749f338dab
commit
df1a3208d3
@ -11,7 +11,7 @@ curdir:=tools
|
||||
# subdirectories to descend into
|
||||
tools-y :=
|
||||
tools-$(CONFIG_GCC_VERSION_4_3)$(CONFIG_GCC_VERSION_4_4) += gmp mpfr
|
||||
tools-y += m4 autoconf automake bison pkg-config sed
|
||||
tools-y += m4 autoconf automake bison pkg-config sed mklibs
|
||||
tools-y += sstrip ipkg-utils genext2fs squashfs squashfs4 mtd-utils lzma-old mkimage
|
||||
tools-y += firmware-utils patch-cmdline quilt yaffs2
|
||||
|
||||
|
32
tools/mklibs/Makefile
Normal file
32
tools/mklibs/Makefile
Normal file
@ -0,0 +1,32 @@
|
||||
#
|
||||
# Copyright (C) 2009 OpenWrt.org
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
# See /LICENSE for more information.
|
||||
#
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=mklibs
|
||||
PKG_VERSION:=0.1.26
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://ftp.de.debian.org/debian/pool/main/m/mklibs/
|
||||
PKG_MD5SUM:=708f284975f1b567b817d27f7677a95f
|
||||
|
||||
include $(INCLUDE_DIR)/host-build.mk
|
||||
|
||||
HOST_CFLAGS += -I$(CURDIR)/include
|
||||
|
||||
define Host/Install
|
||||
$(INSTALL_BIN) \
|
||||
$(HOST_BUILD_DIR)/src/mklibs.py \
|
||||
$(HOST_BUILD_DIR)/src/mklibs-copy.py \
|
||||
$(HOST_BUILD_DIR)/src/mklibs-readelf/mklibs-readelf \
|
||||
$(STAGING_DIR_HOST)/bin/
|
||||
endef
|
||||
|
||||
define Host/Clean
|
||||
rm -f $(STAGING_DIR_HOST)/bin/mklibs*
|
||||
endef
|
||||
|
||||
$(eval $(call HostBuild))
|
2559
tools/mklibs/include/elf.h
Normal file
2559
tools/mklibs/include/elf.h
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user