diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-07-11 21:36:20 +0200 |
---|---|---|
committer | Bart vdr Meulen <bartvdrmeulen@gmail.com> | 2010-07-11 21:36:20 +0200 |
commit | b81d232a9bae21ef1bc896f106a926b66dcae869 (patch) | |
tree | f7d5dc20946087204ba17bde901acc70911bbd70 /config/libc/uClibc.in | |
parent | 7707f0fb542406fbfe8b1cf6f80ba488a135314a (diff) | |
download | crosstool-ng-b81d232a9bae21ef1bc896f106a926b66dcae869.tar.gz crosstool-ng-b81d232a9bae21ef1bc896f106a926b66dcae869.tar.bz2 crosstool-ng-b81d232a9bae21ef1bc896f106a926b66dcae869.zip |
kernel: add mingw
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>
Diffstat (limited to 'config/libc/uClibc.in')
-rw-r--r-- | config/libc/uClibc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/libc/uClibc.in b/config/libc/uClibc.in index b63239d1..aba8674d 100644 --- a/config/libc/uClibc.in +++ b/config/libc/uClibc.in @@ -1,5 +1,5 @@ # uClibc options -# depends on ! BARE_METAL +# depends on ! MINGW32 && ! BARE_METAL config LIBC_uClibc select LIBC_SUPPORT_LINUXTHREADS |