summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-04-23 21:52:18 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-04-23 21:53:15 +0200
commitc395ed22fc7a351b9af4c09c931b3fed69db37b1 (patch)
tree4c577f0f09aa7e90b90202c3801ca73bb6f91b83 /toolchain
parent7a8d72019f950b292ffb5cdb6e2a265e7b3ca032 (diff)
gcc: remove unused configure param
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/gcc/Makefile1
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 \