소스 검색

binutils: do not use LDFLAGS, build failure on OpenBSD

Waldemar Brodkorb 4 년 전
부모
커밋
a0db04b3e7
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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 \