aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Schwarz <zeranoe@gmail.com>2019-02-12 12:09:08 -0500
committerKyle Schwarz <zeranoe@gmail.com>2019-02-12 12:09:08 -0500
commit8e0bf8cc0d7ff18cd415d25fdf18fca4ee2d593f (patch)
treedac308da53e990c89ce747ac5035e89d2c3fd5fd
parent7175faa971a39f06f06e9f428bff1db8fbf50153 (diff)
Remove patch for GCC to define _GLIBCXX_USE_WEAK_REF
GCC added this define upstream with 247502.
-rwxr-xr-xmingw-w64-build14
1 files changed, 0 insertions, 14 deletions
diff --git a/mingw-w64-build b/mingw-w64-build
index e0ce0f4..9ea0edc 100755
--- a/mingw-w64-build
+++ b/mingw-w64-build
@@ -112,20 +112,6 @@ download_sources()
ln -s "../mpfr-$v_mpfr" "mpfr"
ln -s "../mpc-$v_mpc" "mpc"
ln -s "../isl-$v_isl" "isl"
-
- patch -p 1 <<PATCH
-diff -uprN a/libstdc++-v3/config/os/mingw32-w64/os_defines.h b/libstdc++-v3/config/os/mingw32-w64/os_defines.h
---- a/libstdc++-v3/config/os/mingw32-w64/os_defines.h 2017-01-01 04:07:43.000000000 -0800
-+++ b/libstdc++-v3/config/os/mingw32-w64/os_defines.h 2017-05-25 18:47:52.161016148 -0700
-@@ -76,6 +76,7 @@
-
- #ifdef __x86_64__
- #define _GLIBCXX_LLP64 1
-+#define _GLIBCXX_USE_WEAK_REF 0
- #endif
-
- // Enable use of GetModuleHandleEx (requires Windows XP/2003) in
-PATCH
}
build_toolchain()