Explorar el Código

gcc: remove unused configure param

Waldemar Brodkorb hace 7 años
padre
commit
c395ed22fc
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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 \