diff options
author | Alexey Neyman <stilor@att.net> | 2015-10-27 22:13:43 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2015-10-27 23:58:41 -0700 |
commit | 34c57c56fdde70db759d419caee5c37b645b7772 (patch) | |
tree | f68eb6cf7bcfa2a8c2bc64d8d31ca5c684c78964 /samples | |
parent | 444db621a3e69247c958f684fae823038c7db8f8 (diff) | |
download | crosstool-ng-34c57c56fdde70db759d419caee5c37b645b7772.tar.gz crosstool-ng-34c57c56fdde70db759d419caee5c37b645b7772.tar.bz2 crosstool-ng-34c57c56fdde70db759d419caee5c37b645b7772.zip |
Turn off CT_MULTILIB in nios2-elf-mingw32.
There are no multilibs in GCC configured for this arch.
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 b23fc35c..167df552 100644 --- a/samples/nios2-elf-mingw32/crosstool.config +++ b/samples/nios2-elf-mingw32/crosstool.config @@ -4,7 +4,6 @@ CT_SAVE_TARBALLS=y # CT_REMOVE_DOCS is not set CT_LOG_EXTRA=y CT_ARCH_nios2=y -CT_MULTILIB=y CT_STATIC_TOOLCHAIN=y CT_TOOLCHAIN_BUGURL="https://bitbucket.org/netzimme/eax-gcc/issues?status=new&status=open" CT_TARGET_VENDOR="spico" |