summaryrefslogtreecommitdiff
path: root/samples/x86_64-w64-mingw32
AgeCommit message (Collapse)AuthorFilesLines
2017-01-28Enable Fortran & tools in x86_64-w64-mingwAlexey Neyman1-0/+2
... both were recently a source of bug that didn't manifest on *-linux-* Signed-off-by: Alexey Neyman <stilor@att.net>
2017-01-20Run samples through 'ct-ng update-samples'.Alexey Neyman1-3/+0
Signed-off-by: Alexey Neyman <stilor@att.net>
2016-11-29Enable posix threads in x86_64-w64-mingw32.Alexey Neyman1-1/+2
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>
2015-11-19mingw-w64: Set it as experimentalBryan Hundven1-0/+1
With the upcoming release of 1.22.0, mingw-w64 is still in an experimental state, and is not considered to be fully supported yet. This change should be reverted after the release. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
2015-11-14Samples: Update samplesBryan Hundven1-1/+1
This commit updates samples to latest config/ changes. This closes #114 Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
2015-08-24mingw-w64: Rename targets to {i686,x86_64}-w64-mingw32Ray Donnelly2-0/+15
.. and set CT_TARGET_VENDOR to w64. Otherwise config.gcc doesn't pickup the right files for include_next (and probably many other things go wrong too). w64 has been the correct vendor for absolutely ages now on all distributions that provide MinGW-w64 cross compilers. Signed-off-by: Ray Donnelly <mingw.android@gmail.com>