summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-04-25 05:38:06 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-04-25 05:38:06 +0000
commit30a052af6282ba2295e3e9aa5ce34d96a6082108 (patch)
treeff1841ff856fb0152074bffbf249a500a3ec9192 /contrib
parentRegenerate. (diff)
downloadrtems-30a052af6282ba2295e3e9aa5ce34d96a6082108.tar.bz2
New.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/crossrpms/patches/cygwin-gcc-3.4.4.diff12
1 files changed, 12 insertions, 0 deletions
diff --git a/contrib/crossrpms/patches/cygwin-gcc-3.4.4.diff b/contrib/crossrpms/patches/cygwin-gcc-3.4.4.diff
new file mode 100644
index 0000000000..0dfd88247f
--- /dev/null
+++ b/contrib/crossrpms/patches/cygwin-gcc-3.4.4.diff
@@ -0,0 +1,12 @@
+diff -Naur gcc-3.4.4.cyg/libiberty/strsignal.c gcc-3.4.4/libiberty/strsignal.c
+--- gcc-3.4.4.cyg/libiberty/strsignal.c 2003-04-15 22:36:33.000000000 +0200
++++ gcc-3.4.4/libiberty/strsignal.c 2010-04-25 06:52:18.000000000 +0200
+@@ -409,7 +409,7 @@
+
+ #ifndef HAVE_STRSIGNAL
+
+-const char *
++char *
+ strsignal (signo)
+ int signo;
+ {