Browse Source

gcc: remove unused configure param

Waldemar Brodkorb 7 years ago
parent
commit
c395ed22fc
1 changed files with 0 additions and 1 deletions
  1. 0 1
      toolchain/gcc/Makefile

+ 0 - 1
toolchain/gcc/Makefile

@@ -28,7 +28,6 @@ GCC_CONFOPTS:=		--prefix=$(TOOLCHAIN_DIR)/usr \
 			--target=$(GNU_TARGET_NAME) \
 			--with-gmp=$(STAGING_HOST_DIR)/usr \
 			--with-mpfr=$(STAGING_HOST_DIR)/usr \
-			--with-libelf=$(STAGING_HOST_DIR)/usr \
 			--disable-__cxa_atexit \
 			--with-system-zlib \
 			--with-gnu-ld \