bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug libctf/28545] cross compile incorrectly using host libraries in ins


From: bugs.sourceware at johnthomson dot fastmail.com.au
Subject: [Bug libctf/28545] cross compile incorrectly using host libraries in install relink
Date: Sat, 06 Nov 2021 10:56:19 +0000

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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]