summaryrefslogtreecommitdiffstats
path: root/cygwin-gcc.spec
diff options
context:
space:
mode:
Diffstat (limited to 'cygwin-gcc.spec')
-rw-r--r--cygwin-gcc.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/cygwin-gcc.spec b/cygwin-gcc.spec
index faff5fb..6eaa364 100644
--- a/cygwin-gcc.spec
+++ b/cygwin-gcc.spec
@@ -7,7 +7,7 @@
%global gcc_version %{gcc_major}.%{gcc_minor}.%{gcc_micro}
# 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 X.Y version of native gnat
@@ -60,6 +60,7 @@ Patch19: gcc48-lto-plugin-soname.patch
Patch21: gcc48-libatomic-cygwin.patch
Patch23: gcc48-Wimplicit-decls.patch
Patch24: gcc49-default-manifest.patch
+Patch25: gcc48-libgcc-deregister.patch
%description
@@ -196,6 +197,7 @@ Cygwin cross-compiler for Ada.
%patch21 -p2
%patch23 -p2
%patch24 -p0
+%patch25 -p0
echo %{gcc_version} > gcc/BASE-VER
echo 'Fedora Cygwin %{gcc_version}-%{gcc_release}' > gcc/DEV-PHASE
@@ -413,6 +415,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Fri Jul 25 2014 Yaakov Selkowitz <yselkowitz@cygwin.com> - 4.8.3-2
+- Add patch to fix libgcc deregistration on x86
+
* Tue Jun 10 2014 Yaakov Selkowitz <yselkowitz@users.sourceforge.net> - 4.8.3-1
- Version bump.
- Remove java support (dropped from F21/EL7).