diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-04-23 21:52:18 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-04-23 21:53:15 +0200 |
commit | c395ed22fc7a351b9af4c09c931b3fed69db37b1 (patch) | |
tree | 4c577f0f09aa7e90b90202c3801ca73bb6f91b83 | |
parent | 7a8d72019f950b292ffb5cdb6e2a265e7b3ca032 (diff) |
gcc: remove unused configure param
-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 \ |