summaryrefslogtreecommitdiffstats
path: root/cygwin-gcc.spec
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowi@redhat.com>2016-08-25 14:50:13 -0500
committerYaakov Selkowitz <yselkowi@redhat.com>2016-08-25 14:50:13 -0500
commit955f3b2458eab4e41a0f7b320b909077d2613493 (patch)
tree5f4996dc8b613d2ddcf43c49bb8b4241cf1b7373 /cygwin-gcc.spec
parent16f4b8f2a569d48a9a9dab7c40d4af4df8f9986b (diff)
downloadcygwin-gcc-955f3b2458eab4e41a0f7b320b909077d2613493.tar.gz
cygwin-gcc-955f3b2458eab4e41a0f7b320b909077d2613493.tar.xz
cygwin-gcc-955f3b2458eab4e41a0f7b320b909077d2613493.zip
Disable _GNU_SOURCE patch to match native compilers
Diffstat (limited to 'cygwin-gcc.spec')
-rw-r--r--cygwin-gcc.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/cygwin-gcc.spec b/cygwin-gcc.spec
index 6c8a0f2..d3906f2 100644
--- a/cygwin-gcc.spec
+++ b/cygwin-gcc.spec
@@ -1,7 +1,7 @@
%global gcc_version 5.4.0
# Note, gcc_release must be integer, if you want to add suffixes to
# %%{release}, append them after %%{gcc_release} on Release: line.
-%global gcc_release 1
+%global gcc_release 2
%global build_ada 0
# building cross-gnat requires matching major version of native gnat
@@ -77,7 +77,7 @@ Patch22: 0022-libgomp-soname-cygwin-mingw.patch
Patch23: 0023-glibcxx-use-c99.patch
Patch24: 0024-libitm-weak-symbols.patch
Patch25: 0025-enable-libcilkrts.patch
-Patch26: 0026-g++-gnu-source.patch
+#Patch26: 0026-g++-gnu-source.patch
Patch27: 0027-libtool-w32api.patch
Patch28: 0028-g++-time.patch
@@ -346,7 +346,7 @@ Cygwin x86_64 cross-compiler for Ada.
%patch23 -p2
%patch24 -p1
%patch25 -p2
-%patch26 -p2
+#patch26 -p2
%patch27 -p2
%patch28 -p2
@@ -796,6 +796,9 @@ cat cygwin-cpplib.lang >> cygwin-gcc.lang
%changelog
+* Thu Aug 25 2016 Yaakov Selkowitz <yselkowi@redhat.com> - 5.4.0-2
+- Disable _GNU_SOURCE patch to match native compilers
+
* Fri Jun 24 2016 Yaakov Selkowitz <yselkowi@redhat.com> - 5.4.0-1
- new version