diff options
author | Bryan Hundven <bryanhundven@gmail.com> | 2015-11-14 11:30:03 -0800 |
---|---|---|
committer | Bryan Hundven <bryanhundven@gmail.com> | 2015-11-14 11:30:03 -0800 |
commit | b54d55c843defdf61c048d86d04adbc8b9edf0f0 (patch) | |
tree | 6b8f88efd8acac7d03fcb0c61c1d7074ff2182dd /samples/i686-w64-mingw32/crosstool.config | |
parent | e78251b75158689ace2194e8c87aa7b7bb5ec951 (diff) | |
download | crosstool-ng-b54d55c843defdf61c048d86d04adbc8b9edf0f0.tar.gz crosstool-ng-b54d55c843defdf61c048d86d04adbc8b9edf0f0.tar.bz2 crosstool-ng-b54d55c843defdf61c048d86d04adbc8b9edf0f0.zip |
Samples: Update samples
This commit updates samples to latest config/ changes.
This closes #114
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
Diffstat (limited to 'samples/i686-w64-mingw32/crosstool.config')
-rw-r--r-- | samples/i686-w64-mingw32/crosstool.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/i686-w64-mingw32/crosstool.config b/samples/i686-w64-mingw32/crosstool.config index a142f014..b709a05e 100644 --- a/samples/i686-w64-mingw32/crosstool.config +++ b/samples/i686-w64-mingw32/crosstool.config @@ -3,8 +3,8 @@ CT_SAVE_TARBALLS=y CT_LOG_EXTRA=y CT_ARCH_ARCH="i686" CT_ARCH_x86=y -CT_KERNEL_windows=y CT_TARGET_VENDOR="w64" +CT_KERNEL_windows=y CT_BINUTILS_PLUGINS=y CT_MINGW_DIRECTX=y CT_MINGW_DDK=y |