diff options
author | Alexey Neyman <stilor@att.net> | 2017-02-06 12:03:42 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-02-06 12:03:42 -0800 |
commit | 2db8d4400c14f70561cfcaafce2a791307614a1e (patch) | |
tree | a5d32b490aa373152fa2a7a7b23621efb8c768e2 | |
parent | 46bfc8a4dc53779f6f7eff164a00321947a796d1 (diff) | |
download | crosstool-ng-2db8d4400c14f70561cfcaafce2a791307614a1e.tar.gz crosstool-ng-2db8d4400c14f70561cfcaafce2a791307614a1e.tar.bz2 crosstool-ng-2db8d4400c14f70561cfcaafce2a791307614a1e.zip |
Enable WCHAR in a sample
... needed to build canadian cross on top of it.
Signed-off-by: Alexey Neyman <stilor@att.net>
-rw-r--r-- | samples/powerpc-unknown-linux-uclibc/crosstool.config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/powerpc-unknown-linux-uclibc/crosstool.config b/samples/powerpc-unknown-linux-uclibc/crosstool.config index a53a0980..3d2d26d9 100644 --- a/samples/powerpc-unknown-linux-uclibc/crosstool.config +++ b/samples/powerpc-unknown-linux-uclibc/crosstool.config @@ -3,6 +3,7 @@ CT_ARCH_powerpc=y CT_KERNEL_linux=y CT_BINUTILS_FOR_TARGET=y CT_LIBC_uClibc=y +CT_LIBC_UCLIBC_WCHAR=y CT_CC_LANG_FORTRAN=y CT_CC_LANG_CXX=y CT_DEBUG_duma=y |