diff options
Diffstat (limited to 'toolchain/gcc')
-rw-r--r-- | toolchain/gcc/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
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 \ |