Merge libbfd and binutils Makefile.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@14028 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
ea4a034754
commit
562635e9fc
@ -1,4 +1,4 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2006 OpenWrt.org
|
# Copyright (C) 2006 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
@ -12,19 +12,17 @@ PKG_VERSION:=$(strip $(subst ",, $(CONFIG_BINUTILS_VERSION)))
|
|||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
PKG_SOURCE_URL:=http://ftp.gnu.org/gnu/binutils/ \
|
PKG_SOURCE_URL:=http://ftp.gnu.org/gnu/binutils/ \
|
||||||
ftp://gatekeeper.dec.com/pub/GNU/ \
|
ftp://gatekeeper.dec.com/pub/GNU/ \
|
||||||
ftp://ftp.uu.net/archive/systems/gnu/ \
|
ftp://ftp.uu.net/archive/systems/gnu/ \
|
||||||
ftp://ftp.eu.uu.net/pub/gnu/ \
|
ftp://ftp.eu.uu.net/pub/gnu/ \
|
||||||
ftp://ftp.funet.fi/pub/gnu/prep/ \
|
ftp://ftp.funet.fi/pub/gnu/prep/ \
|
||||||
ftp://ftp.leo.org/pub/comp/os/unix/gnu/
|
ftp://ftp.leo.org/pub/comp/os/unix/gnu/
|
||||||
|
|
||||||
PKG_SOURCE:=binutils-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=binutils-$(PKG_VERSION).tar.bz2
|
||||||
PATCH_DIR:=$(TOPDIR)/toolchain/binutils/patches/$(PKG_VERSION)
|
PATCH_DIR:=$(TOPDIR)/toolchain/binutils/patches/$(PKG_VERSION)
|
||||||
|
PKG_INSTALL:=1
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
CONFIGURE_ARGS_XTRA+=--disable-werror \
|
|
||||||
--disable-nls
|
|
||||||
|
|
||||||
define Package/binutils
|
define Package/binutils
|
||||||
SECTION:=devel
|
SECTION:=devel
|
||||||
CATEGORY:=Development
|
CATEGORY:=Development
|
||||||
@ -36,20 +34,32 @@ define Package/binutils/description
|
|||||||
The Binutils package contains a linker, an assembler, and other tools for handling object files
|
The Binutils package contains a linker, an assembler, and other tools for handling object files
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/libbfd
|
||||||
|
SECTION:=libs
|
||||||
|
CATEGORY:=Libraries
|
||||||
|
TITLE:=libbfd
|
||||||
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
(cd $(PKG_BUILD_DIR)/; \
|
$(call Build/Configure/Default, \
|
||||||
$(TARGET_CONFIGURE_OPTS) \
|
--disable-werror \
|
||||||
$(CONFIGURE_VARS) \
|
--disable-nls \
|
||||||
$(CONFIGURE_CMD) \
|
)
|
||||||
$(CONFIGURE_ARGS_XTRA) \
|
endef
|
||||||
$(CONFIGURE_ARGS) \
|
|
||||||
);
|
define Build/InstallDev
|
||||||
|
$(INSTALL_DIR) $(1)/usr/{lib,include}
|
||||||
|
$(INSTALL_DATA) \
|
||||||
|
$(PKG_INSTALL_DIR)/usr/lib/libbfd.a \
|
||||||
|
$(1)/usr/lib/
|
||||||
|
$(INSTALL_DATA) \
|
||||||
|
$(PKG_INSTALL_DIR)/usr/include/{symcat,ansidecl,bfd,bfdlink}.h \
|
||||||
|
$(1)/usr/include/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
make -C $(PKG_BUILD_DIR)/bfd/doc/ CFLAGS="-I$(PKG_BUILD_DIR)/include" chew
|
make -C $(PKG_BUILD_DIR)/bfd/doc/ CFLAGS="-I$(PKG_BUILD_DIR)/include" chew
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) all
|
$(call Build/Compile/Default)
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) install DESTDIR=$(PKG_INSTALL_DIR)
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/binutils/install
|
define Package/binutils/install
|
||||||
@ -58,4 +68,9 @@ define Package/binutils/install
|
|||||||
$(CP) $(PKG_INSTALL_DIR)/usr/*-linux $(1)/usr
|
$(CP) $(PKG_INSTALL_DIR)/usr/*-linux $(1)/usr
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/libbdf/install
|
||||||
|
true
|
||||||
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,binutils))
|
$(eval $(call BuildPackage,binutils))
|
||||||
|
$(eval $(call BuildPackage,libbfd))
|
||||||
|
@ -1,61 +0,0 @@
|
|||||||
#
|
|
||||||
# Copyright (C) 2006 OpenWrt.org
|
|
||||||
#
|
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
|
||||||
# See /LICENSE for more information.
|
|
||||||
#
|
|
||||||
# $Id$
|
|
||||||
|
|
||||||
include $(TOPDIR)/rules.mk
|
|
||||||
|
|
||||||
PKG_NAME:=binutils
|
|
||||||
PKG_VERSION:=2.16.1
|
|
||||||
PKG_RELEASE:=1
|
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
|
||||||
PKG_SOURCE_URL:=ftp://ftp.gnu.org/gnu/binutils
|
|
||||||
PKG_MD5SUM:=6a9d529efb285071dad10e1f3d2b2967
|
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
|
||||||
|
|
||||||
TARGETS:=$(GNU_TARGET_NAME)
|
|
||||||
|
|
||||||
define Package/libbfd
|
|
||||||
SECTION:=libs
|
|
||||||
CATEGORY:=Libraries
|
|
||||||
TITLE:=The Binutils BFD library
|
|
||||||
URL:=ftp://ftp.gnu.org/gnu/binutils
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Build/Configure
|
|
||||||
$(call Build/Configure/Default, \
|
|
||||||
--enable-install-libbfd \
|
|
||||||
--enable-commonbfdlib \
|
|
||||||
--disable-nls \
|
|
||||||
--enable-targets="$(TARGETS)" \
|
|
||||||
, \
|
|
||||||
, \
|
|
||||||
bfd \
|
|
||||||
)
|
|
||||||
endef
|
|
||||||
|
|
||||||
TARGET_CFLAGS += $(FPIC)
|
|
||||||
|
|
||||||
define Build/Compile
|
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR)/bfd \
|
|
||||||
DESTDIR="$(PKG_INSTALL_DIR)" \
|
|
||||||
all install
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Build/InstallDev
|
|
||||||
mkdir -p $(1)/usr/include
|
|
||||||
$(CP) $(PKG_INSTALL_DIR)/usr/include/ansidecl.h \
|
|
||||||
$(PKG_INSTALL_DIR)/usr/include/bfd{,link}.h \
|
|
||||||
$(PKG_INSTALL_DIR)/usr/include/symcat.h \
|
|
||||||
$(1)/usr/include/
|
|
||||||
mkdir -p $(1)/usr/lib
|
|
||||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libbfd.a \
|
|
||||||
$(1)/usr/lib/
|
|
||||||
endef
|
|
||||||
|
|
||||||
$(eval $(call BuildPackage,libbfd))
|
|
Loading…
x
Reference in New Issue
Block a user