binutils: for some reason libiberty was not exported properly, fix that, because oprofile needs it
git-svn-id: svn://svn.openwrt.org/openwrt/packages@16005 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
e198a55e9e
commit
4a0cb57b3c
@ -56,16 +56,19 @@ endef
|
||||
|
||||
define Build/InstallDev
|
||||
$(INSTALL_DIR) $(1)/usr/{lib,include}
|
||||
$(INSTALL_DATA) \
|
||||
$(PKG_INSTALL_DIR)/usr/lib/libbfd.a \
|
||||
$(CP) \
|
||||
$(PKG_INSTALL_DIR)/usr/lib/* \
|
||||
$(1)/usr/lib/
|
||||
$(INSTALL_DATA) \
|
||||
$(PKG_INSTALL_DIR)/usr/include/{symcat,ansidecl,bfd,bfdlink}.h \
|
||||
$(CP) \
|
||||
$(PKG_BUILD_DIR)/include/*.h \
|
||||
$(1)/usr/include/
|
||||
$(CP) \
|
||||
$(PKG_INSTALL_DIR)/usr/include/* \
|
||||
$(1)/usr/include/
|
||||
endef
|
||||
|
||||
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
|
||||
$(call Build/Compile/Default)
|
||||
endef
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user