mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-17 18:29:47 +00:00
e082dd8991
This enables the resulting toolchaing to be used to build a canadian cross to x86_64-pc-linux-gnu target. Unmark that sample as broken, it now builds successfully. It is likely that it is affected by issue #483, too - I see the resulting gcc executable has a DLL dependency on libiconv-2.dll, which is only installed into .build/.../buildtools. This will be investigated/fixed separately. Signed-off-by: Alexey Neyman <stilor@att.net>
14 lines
250 B
Plaintext
14 lines
250 B
Plaintext
CT_EXPERIMENTAL=y
|
|
CT_LOCAL_TARBALLS_DIR="${HOME}/src"
|
|
CT_SAVE_TARBALLS=y
|
|
CT_LOG_EXTRA=y
|
|
CT_ARCH_64=y
|
|
CT_ARCH_x86=y
|
|
CT_TARGET_VENDOR="w64"
|
|
CT_KERNEL_windows=y
|
|
CT_BINUTILS_PLUGINS=y
|
|
CT_MINGW_DIRECTX=y
|
|
CT_MINGW_DDK=y
|
|
CT_THREADS_POSIX=y
|
|
CT_CC_LANG_CXX=y
|