MinGW cross compiler base filesystem and environment
So far each individual spec file has had to define mingw_build_win32 and/or mingw_build_win64 on top of each spec file: %global mingw_build_win32 1 %global mingw_build_win64 1 This commit changes it so that the default is now defined in system-wide macros and each individual package doesn't have to clutter their spec files with these two lines. The default is to build both 32 bit and 64 bit packages; if spec files need to opt out, they can just define either mingw_build_win32 or mingw_build_win64 to 0. |
||
|---|---|---|
| .gitignore | ||
| COPYING | ||
| macros.mingw | ||
| macros.mingw32 | ||
| macros.mingw64 | ||
| mingw32.attr | ||
| mingw32.sh | ||
| mingw64.attr | ||
| mingw64.sh | ||
| mingw-filesystem.spec | ||
| mingw-find-debuginfo.sh | ||
| mingw-find-lang.sh | ||
| mingw-find-provides.sh | ||
| mingw-find-requires.sh | ||
| mingw-rpmlint.config | ||
| mingw-scripts.sh | ||
| sources | ||
| standard-dlls | ||
| Toolchain-mingw32.cmake | ||
| Toolchain-mingw64.cmake | ||