summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowi@redhat.com>2016-02-25 11:54:29 -0600
committerYaakov Selkowitz <yselkowi@redhat.com>2016-02-25 11:54:29 -0600
commit7b69495c5dac10e917a689c0023b8309bd49aed7 (patch)
tree3228cb1c9dd5bd4d8cd565e70e7636bdec9751aa
parent2426323bbdcaf8d5904f1f243bb2a5066dd21c8a (diff)
downloadcygwin-gcc-7b69495c5dac10e917a689c0023b8309bd49aed7.tar.gz
cygwin-gcc-7b69495c5dac10e917a689c0023b8309bd49aed7.tar.xz
cygwin-gcc-7b69495c5dac10e917a689c0023b8309bd49aed7.zip
Fix link order of w32api
-rw-r--r--cygwin-gcc.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/cygwin-gcc.spec b/cygwin-gcc.spec
index 1078e95..2efb60c 100644
--- a/cygwin-gcc.spec
+++ b/cygwin-gcc.spec
@@ -1,7 +1,7 @@
%global gcc_version 5.3.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
@@ -78,6 +78,7 @@ Patch23: 0023-glibcxx-use-c99.patch
Patch24: 0024-libitm-weak-symbols.patch
Patch25: 0025-enable-libcilkrts.patch
Patch26: 0026-g++-gnu-source.patch
+Patch27: 0027-link-w32api.patch
# Fedora-specific patches
Patch1000: 1000-cross-exe-suffix.patch
@@ -345,6 +346,7 @@ Cygwin x86_64 cross-compiler for Ada.
%patch24 -p1
%patch25 -p2
%patch26 -p2
+%patch27 -p1
%patch1000 -p1
%patch1001 -p1
@@ -792,6 +794,9 @@ cat cygwin-cpplib.lang >> cygwin-gcc.lang
%changelog
+* Thu Feb 25 2016 Yaakov Selkowitz <yselkowi@redhat.com> - 5.3.0-2
+- Fix link order of w32api
+
* Sun Feb 21 2016 Yaakov Selkowitz <yselkowi@redhat.com> - 5.3.0-1
- new version
- Enable libcilkrts, libitm, libvtv