diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-01-10 12:25:01 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-01-10 12:27:50 +0100 |
commit | 0590563f79de34318d99fb85273b89a7ac805902 (patch) | |
tree | ffbd9e8464513a0247dbe3942c148e6b233c2d5d /toolchain/gcc | |
parent | 47894ff21b2aedd92c010043e29c9a21104f6509 (diff) |
update to uClibc-ng 1.0.11, enable argp option, refresh configs
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Diffstat (limited to 'toolchain/gcc')
-rw-r--r-- | toolchain/gcc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile index acd1ef9ff..db543ace1 100644 --- a/toolchain/gcc/Makefile +++ b/toolchain/gcc/Makefile @@ -35,6 +35,7 @@ GCC_CONFOPTS:= --prefix=$(TOOLCHAIN_DIR)/usr \ --with-mpfr=$(STAGING_HOST_DIR)/usr \ --with-libelf=$(STAGING_HOST_DIR)/usr \ --disable-__cxa_atexit \ + --with-system-zlib \ --with-gnu-ld \ --with-gnu-as \ --disable-libsanitizer \ |