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
12 lines
560 B
Diff
12 lines
560 B
Diff
--- origsrc/gcc-6.4.0/gcc/glimits.h 2016-01-04 08:30:50.652828000 -0600
|
|
+++ src/gcc-6.4.0/gcc/glimits.h 2017-11-13 18:46:28.887539100 -0600
|
|
@@ -111,7 +111,7 @@
|
|
# define ULLONG_MAX (LLONG_MAX * 2ULL + 1ULL)
|
|
#endif
|
|
|
|
-#if defined (__GNU_LIBRARY__) ? defined (__USE_GNU) : !defined (__STRICT_ANSI__)
|
|
+#if defined (__GNU_LIBRARY__) ? defined (__USE_GNU) : defined (__NEWLIB__) ? __GNU_VISIBLE : !defined (__STRICT_ANSI__)
|
|
/* Minimum and maximum values a `signed long long int' can hold. */
|
|
# undef LONG_LONG_MIN
|
|
# define LONG_LONG_MIN (-LONG_LONG_MAX - 1LL)
|