bintuils: Pack libctf-nobfd.so in addition
readelf is linked against this library on MIPS64BE
This fixes a build problem on MIPS64BE.
In addition also explicitly activate it in the configure command.
Fixes: 60f595daab ("binutils: update to version 2.34")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
			
			
This commit is contained in:
		@@ -84,7 +84,8 @@ CONFIGURE_ARGS += \
 | 
			
		||||
	--target=$(REAL_GNU_TARGET_NAME) \
 | 
			
		||||
	--enable-shared \
 | 
			
		||||
	--enable-install-libiberty \
 | 
			
		||||
	--enable-install-libbfd
 | 
			
		||||
	--enable-install-libbfd \
 | 
			
		||||
	--enable-install-libctf
 | 
			
		||||
 | 
			
		||||
define Build/Install
 | 
			
		||||
	$(call Build/Install/Default)
 | 
			
		||||
@@ -106,7 +107,7 @@ endef
 | 
			
		||||
 | 
			
		||||
define Package/libctf/install
 | 
			
		||||
	$(INSTALL_DIR) $(1)/usr/lib
 | 
			
		||||
	$(CP) $(PKG_INSTALL_DIR)/usr/lib/libctf.so* $(1)/usr/lib/
 | 
			
		||||
	$(CP) $(PKG_INSTALL_DIR)/usr/lib/libctf*.so* $(1)/usr/lib/
 | 
			
		||||
endef
 | 
			
		||||
 | 
			
		||||
define Package/libopcodes/install
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user