gawk – 4.2.0-1 - Update to latest 4.2.0 version, remove unnecessary patch, rebuild with MPRF 4.0.0.1-3 gcc – 6.4.0-2 – rebuild 6.4.0 with isl 0.18, mpc 1.1.0-1 and mpfr 4.0.0.1-3 isl - 0.18-1 – Update to 0.18 version 4.0.0.1-3 Mingw-w64-crt-git – Update to latest mingw-w64 from git mingw-w64-gcc – 6.4.0-2 – Update to gcc 6.4.0 – rebuild with isl 0.18-1 and mfpr 4.0.0.1-3. Skipped 1 rev to match gcc 6.4.0-2 mingw-w64-headers-git – Update to latest mingw-w64 from git mingw-w64-tools-git – Update to latest mingw-w64 from git mingw-w64-winpthreads-git – Update to latest mingw-w64 from git mingw-w64-winstorecompat-git – Update to latest mingw-w64 from git mpc – 1.1.0-1 – Update to mpc 1.1.0 mpr - 4.0.0.1-3 – Update to mpfr 4.0.0.1 – added workaround for issue I described above, rekey patches msys2-w32api-headers-git – Update to latest mingw-w64 from git msys2-w32api-runtime-git – Update to latest mingw-w64 from git
19 lines
739 B
Diff
19 lines
739 B
Diff
--- origsrc/gcc-6.4.0/gcc/config/i386/cygwin.h 2017-11-03 00:47:46.634665300 -0500
|
|
+++ src/gcc-6.4.0/gcc/config/i386/cygwin.h 2018-01-15 16:36:17.677500200 -0600
|
|
@@ -24,14 +24,12 @@
|
|
builtin_define ("__CYGWIN__"); \
|
|
if (!TARGET_64BIT) \
|
|
builtin_define ("__CYGWIN32__"); \
|
|
- builtin_define ("__unix__"); \
|
|
- builtin_define ("__unix"); \
|
|
+ builtin_define_std ("unix"); \
|
|
} \
|
|
while (0)
|
|
|
|
#undef CPP_SPEC
|
|
#define CPP_SPEC "%(cpp_cpu) %{posix:-D_POSIX_SOURCE} \
|
|
- %{!ansi:-Dunix} \
|
|
%{pthread:-D_REENTRANT} \
|
|
%{mwin32:-DWIN32 -D_WIN32 -D__WIN32 -D__WIN32__ %{!ansi:-DWINNT}} \
|
|
%{!nostdinc:%{!mno-win32:-idirafter ../include/w32api%s -idirafter ../../include/w32api%s}}\
|