diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2022-02-24 02:15:00 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2022-02-24 02:15:00 +0100 |
commit | a0db04b3e764ccd963c318db145c12ba12dd7c57 (patch) | |
tree | c3f6dec0610ffc4dcc3b9958422a46cd777eeb6f | |
parent | 2742c0e3127f6de5d50cbceffed6c37d2c56deb9 (diff) |
binutils: do not use LDFLAGS, build failure on OpenBSD
-rw-r--r-- | toolchain/binutils/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/toolchain/binutils/Makefile b/toolchain/binutils/Makefile index 65ad42a2f..c0c61f7b9 100644 --- a/toolchain/binutils/Makefile +++ b/toolchain/binutils/Makefile @@ -44,7 +44,6 @@ ifeq ($(ADK_TARGET_ARCH_XTENSA),y) --strip-components=1 -C $(WRKSRC) binutils endif (cd $(WRKBUILD); PATH='$(HOST_PATH)' \ - LDFLAGS=-ldl \ MAKEINFO=true \ M4='${STAGING_HOST_DIR}/usr/bin/m4' \ $(WRKBUILD)/configure \ |