The mingw-filesystem rpms
Find a file
Marc-André Lureau 66831ea950 Own a few more directories
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
2025-08-20 15:57:25 +04:00
.gitignore Initial setup of the repo 2011-05-10 15:14:36 +00:00
COPYING Added support for both win32 and win64 targets 2012-02-27 17:33:08 +02:00
iso_639.sed Own all the locale folders below %{mingw32_datadir}/locale and %{mingw64_datadir}/locale (RHBZ #798329) 2013-08-03 20:39:44 +02:00
iso_3166.sed Own all the locale folders below %{mingw32_datadir}/locale and %{mingw64_datadir}/locale (RHBZ #798329) 2013-08-03 20:39:44 +02:00
lang-exceptions Own all the locale folders below %{mingw32_datadir}/locale and %{mingw64_datadir}/locale (RHBZ #798329) 2013-08-03 20:39:44 +02:00
macros.mingw Set __debug_package 1 in %mingw_debug_package 2024-06-06 20:23:48 +02:00
macros.mingw32 Re-add target bin dir to PATH 2025-05-29 16:13:50 +02:00
macros.mingw64 Re-add target bin dir to PATH 2025-05-29 16:13:50 +02:00
macros.ucrt64 Fix meson deprecation warnings 2024-09-07 18:44:32 +08:00
mingw-filesystem.spec Own a few more directories 2025-08-20 15:57:25 +04:00
mingw-find-debuginfo.sh Replace egrep with grep -E 2022-10-06 08:51:53 +02:00
mingw-find-lang.sh Fix mingw-find-lang.sh exit code 2022-12-31 13:39:47 +01:00
mingw-rpmlint.config Added support for both win32 and win64 targets 2012-02-27 17:33:08 +02:00
mingw-scripts.sh Add ucrt64 target 2022-02-22 17:08:03 +04:00
mingw.prov Add pkgconfig provides for installed pkgconfig files 2023-09-13 20:00:31 -06:00
mingw.req Regenerate standard-dlls 2022-04-28 12:34:19 +02:00
mingw32-hostlib.conf Add host lib dirs to ld.so.conf 2022-05-03 15:46:35 +02:00
mingw32.attr Autogenerate python dependency, also capture pc, pyd for dependency generation 2021-09-21 11:03:04 +02:00
mingw32.sh Added support for both win32 and win64 targets 2012-02-27 17:33:08 +02:00
mingw64-hostlib.conf Add host lib dirs to ld.so.conf 2022-05-03 15:46:35 +02:00
mingw64.attr Autogenerate python dependency, also capture pc, pyd for dependency generation 2021-09-21 11:03:04 +02:00
mingw64.sh Added support for both win32 and win64 targets 2012-02-27 17:33:08 +02:00
pkgconf-personality-mingw32 Use pkgconf for pkgconfig 2021-06-12 22:00:09 -04:00
pkgconf-personality-mingw64 Use pkgconf for pkgconfig 2021-06-12 22:00:09 -04:00
pkgconf-personality-ucrt64 Add ucrt64 target 2022-02-22 17:08:03 +04:00
README.md Update README 2022-05-04 16:47:47 +02:00
sources Initial setup of the repo 2011-05-10 15:14:36 +00:00
toolchain-mingw32.cmake Set CMAKE_FIND_ROOT_PATH_MODE_PACKAGE in cmake toolchain files 2022-05-20 18:48:41 +02:00
toolchain-mingw32.meson Fix meson deprecation warnings 2024-09-07 18:44:32 +08:00
toolchain-mingw64.cmake Set CMAKE_FIND_ROOT_PATH_MODE_PACKAGE in cmake toolchain files 2022-05-20 18:48:41 +02:00
toolchain-mingw64.meson Fix meson deprecation warnings 2024-09-07 18:44:32 +08:00
toolchain-ucrt64.cmake Add ucrt64 target 2022-02-22 17:08:03 +04:00
toolchain-ucrt64.meson Fix meson deprecation warnings 2024-09-07 18:44:32 +08:00
ucrt64.attr Add ucrt64 target 2022-02-22 17:08:03 +04:00
ucrt64.sh Add ucrt64 target 2022-02-22 17:08:03 +04:00

Building the MinGW environment

Build order:

  • mingw-filesystem
  • mingw-binutils
  • mingw-headers (bundle_dummy_pthread_headers=1)
  • mingw-w64-tools
  • mingw-gcc (bootstrap=1)
  • mingw-crt (bootstrap=1)
  • mingw-crt (bootstrap=0)
  • mingw-winpthreads
  • mingw-headers (bundle_dummy_pthread_headers=0)
  • mingw-gcc (bootstrap=0)
  • mingw-gdb