diff options
author | Alexey Neyman <stilor@att.net> | 2015-10-27 23:28:41 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2015-10-27 23:58:40 -0700 |
commit | 580f300ad9fbc9abbb6fcb1f037c352f0981b091 (patch) | |
tree | 0c1011fe00766e83de6e323e520e9b2e271ef5f7 /samples | |
parent | 41892bbf74db84ad812597bd7df90a43052fcbc5 (diff) | |
download | crosstool-ng-580f300ad9fbc9abbb6fcb1f037c352f0981b091.tar.gz crosstool-ng-580f300ad9fbc9abbb6fcb1f037c352f0981b091.tar.bz2 crosstool-ng-580f300ad9fbc9abbb6fcb1f037c352f0981b091.zip |
Disable with-system-lib.
Target does not have libz/zlib.h.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'samples')
-rw-r--r-- | samples/nios2-elf-mingw32/crosstool.config | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/samples/nios2-elf-mingw32/crosstool.config b/samples/nios2-elf-mingw32/crosstool.config index 4f7c39b3..3a989db8 100644 --- a/samples/nios2-elf-mingw32/crosstool.config +++ b/samples/nios2-elf-mingw32/crosstool.config @@ -11,7 +11,6 @@ CT_TARGET_VENDOR="spico" CT_CANADIAN=y CT_HOST="i686-w64-mingw32" CT_BINUTILS_V_2_25=y -CT_CC_GCC_SYSTEM_ZLIB=y CT_CC_LANG_CXX=y CT_DEBUG_gdb=y CT_GDB_V_7_8_1=y |