From c395ed22fc7a351b9af4c09c931b3fed69db37b1 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 23 Apr 2017 21:52:18 +0200 Subject: gcc: remove unused configure param --- toolchain/gcc/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'toolchain/gcc/Makefile') diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile index 9a0ce1f9b..3d01510b1 100644 --- a/toolchain/gcc/Makefile +++ b/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 \ -- cgit v1.2.3