6b8085c0b07d4591efdadce49350644eb242e331
According to https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70936, GCC's '--with-gxx-include-dir' configure option is causing a relocation bug, We'd better remove it. The newly added standard-conforming <cstdlib> and <cmath> C++ headers since GCC 6 suffer from this bug. A relocated GCC will complain about inability to find <stdlib.h> and <math.h>, respectively. In addition, removal of this option changes the paths where GCC searches for libstdc++ headers. We make GCC search for them in the default directories by removing '--enable-version-specific-runtime-libs' as well.
Remove files created by patches for second go around or where the srcdir is not cleared after build.
…
…
MINGW-packages
Package scripts for MinGW-w64 targets to build under MSYS2.
To build these, run msys2_shell.bat then from the bash prompt.
cd ${package-name}
makepkg-mingw
To install the built package(s).
pacman -U ${package-name}*.pkg.tar.xz
When creating a PKGBUILD use 2 spaces for each tab
expand -t 2 PKGBUILD > PKGBUILD.new; mv PKGBUILD.new PKGBUILD
Description
Releases
1
srcinfo-cache
Latest
Languages
Shell
87.3%
C
5.8%
Fortran
2%
Tcl
1.5%
CMake
1.3%
Other
2%