Browse Source

binutils: do not use LDFLAGS, build failure on OpenBSD

Waldemar Brodkorb 2 years ago
parent
commit
a0db04b3e7
1 changed files with 0 additions and 1 deletions
  1. 0 1
      toolchain/binutils/Makefile

+ 0 - 1
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 \