Summary: | eclass for xmingw-based applications | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Nguyen Thai Ngoc Duy (RETIRED) <pclouds> |
Component: | New packages | Assignee: | Stefan Jones (RETIRED) <cretin> |
Status: | RESOLVED WONTFIX | ||
Severity: | enhancement | CC: | radek |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Nguyen Thai Ngoc Duy (RETIRED)
![]() This is only a few lines and hightly dependant on your setup. Eg: export PATH=/opt/xmingw/bin:/usr/lib/wine/bin:$PATH export CC=i386-mingw32msvc-gcc export CXX=i386-mingw32msvc-g++ export RANLIB=i386-mingw32msvc-ranlib export AR=i386-mingw32msvc-ar export AS=i386-mingw32msvc-as export RC=i386-mingw32msvc-windres export STRIP=i386-mingw32msvc-strip export TARGET=i386-mingw32msvc and very easy. If someone is advanced enough to want to crosscompile an app then let them provide there own! I doubt cross compiled apps will make it into portage, if they do then I will add it, otherwise closing. If I did make a script then I would have to maintain it and check it works. Varst amount of apps will not work and I can not prepared to maintain something I do not use / want. Sorry. |