[packages] Add missing libtool fixups

git-svn-id: svn://svn.openwrt.org/openwrt/packages@19714 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
lars
2010-02-19 00:14:01 +00:00
parent 7b85ef50e5
commit 670b3b177d
121 changed files with 426 additions and 234 deletions

View File

@ -13,6 +13,9 @@ PKG_RELEASE:=2
PKG_SOURCE_URL:=@GNU/binutils
PKG_SOURCE:=binutils-$(PKG_VERSION).tar.bz2
PATCH_DIR:=$(TOPDIR)/toolchain/binutils/patches/$(PKG_VERSION)
PKG_FIXUP:=libtool
PKG_LIBTOOL_PATHS:=. gas bfd opcodes gprof binutils ld
PKG_INSTALL:=1
include $(INCLUDE_DIR)/package.mk
@ -42,6 +45,18 @@ define Build/Configure
--disable-werror \
--disable-nls \
)
$(call Build/Compile/Default, \
configure-bfd \
configure-binutils \
configure-etc \
configure-gas \
configure-gprof \
configure-intl \
configure-ld \
configure-libiberty \
configure-opcodes \
)
$(MAKE) -C $(PKG_BUILD_DIR)/bfd/po Makefile
endef
define Build/InstallDev