https://sourceware.org/bugzilla/show_bug.cgi?id=28545
--- Comment #6 from John <bugs.sourceware at johnthomson dot fastmail.com.au> --- I used the OpenWrt package defaults. These look like: 80 TARGET_CFLAGS += $(FPIC) -Wno-unused-value 81 82 TARGET_LDFLAGS += $(if $(INTL_FULL),-lintl) 83 84 CONFIGURE_ARGS += \ 85 --host=$(REAL_GNU_TARGET_NAME) \ 86 --target=$(REAL_GNU_TARGET_NAME) \ 87 --enable-shared \ 88 --enable-install-libiberty \ 89 --enable-install-libbfd \ 90 --enable-install-libctf 91 92 define Build/Install 93 $(call Build/Install/Default) 94 $(MAKE) -C $(PKG_BUILD_DIR)/libiberty \ 95 target_header_dir=libiberty \ 96 DESTDIR="$(PKG_INSTALL_DIR)" \ 97 MULTIOSDIR="" \ 98 install https://git.openwrt.org/?p=openwrt/openwrt.git;a=blob;f=package/devel/binutils/Makefile;h=5fdb83036ea394e7114f0c83362fb1992d96cff5;hb=HEAD -- You are receiving this mail because: You are on the CC list for the bug.