aboutsummaryrefslogtreecommitdiff
path: root/config/kernel/mingw32.in
Commit message (Collapse)AuthorAgeFilesLines
* config: fix recursive depsYann E. MORIN"2011-05-081-5/+5
| | | | | | | | | | | The latest kconfig stuff is more stringent when it comes to validating the dependency of the symbols. It is no longer possible to have a symbol depend on itself (such as our construct for arch/cc/libc/... was doing). Fix our generated-file infrastructure to avoid these situations when the new kconfig stuff will be merged (in a following changeset). Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* kernel/mingw32: show only for x86, 32-bit targetsYann E. MORIN"2010-08-311-1/+1
| | | | | | Mingw32 on non-x86, non-32-bit target makes no sense Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* kernel/mingw32: mark as being EXPERIMENTALYann E. MORIN"2010-07-151-0/+1
|
* kernel: add mingwYann E. MORIN"2010-07-111-0/+32
Add the option to build a cross-compiler for kernel type 'mingw'. The resulting cross-compiler can be used to build applications on a Linux host that can be run on a Windows target. Compiler is build using the mingwrt and w32-api packages aviable from the MinGW project (http://sourceforge.net/projects/mingw). The windows headers (w32-api package) are extracting with the kernel_headers step The libraries and other headers from both packages are build and installed in the various steps of libc Signed-off-by: Bart vdr Meulen <bartvdrmeulen@gmail.com> [yann.morin.1998@anciens.enib.fr: fix kernel headers comment, don't "return 0"] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>