mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-06 19:09:14 +00:00
This commit updates samples to latest config/ changes. This closes #114 Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
12 lines
213 B
Plaintext
12 lines
213 B
Plaintext
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_CC_LANG_CXX=y
|