summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-08-27 07:49:12 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-08-27 07:49:12 +0000
commitc85397cbe384415f3a36e342c288bd4a917ab989 (patch)
tree61ed28ec831ddc2a75509461ac1a0dacd43adec3 /contrib
parentRemove tic4x (Abandoned). (diff)
downloadrtems-c85397cbe384415f3a36e342c288bd4a917ab989.tar.bz2
Remove.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/crossrpms/patches/gcc-core-3.4.6-rtems4.9-20071111.diff27
1 files changed, 0 insertions, 27 deletions
diff --git a/contrib/crossrpms/patches/gcc-core-3.4.6-rtems4.9-20071111.diff b/contrib/crossrpms/patches/gcc-core-3.4.6-rtems4.9-20071111.diff
deleted file mode 100644
index 11a8403436..0000000000
--- a/contrib/crossrpms/patches/gcc-core-3.4.6-rtems4.9-20071111.diff
+++ /dev/null
@@ -1,27 +0,0 @@
-diff -uNr gcc-3.4.6.orig/gcc/collect2.c gcc-3.4.6/gcc/collect2.c
---- gcc-3.4.6.orig/gcc/collect2.c 2005-01-10 16:25:23.000000000 +0100
-+++ gcc-3.4.6/gcc/collect2.c 2007-11-13 08:48:13.000000000 +0100
-@@ -1534,7 +1534,7 @@
- if (redir)
- {
- /* Open response file. */
-- redir_handle = open (redir, O_WRONLY | O_TRUNC | O_CREAT);
-+ redir_handle = open (redir, O_WRONLY | O_TRUNC | O_CREAT, S_IWUSR | S_IRUSR);
-
- /* Duplicate the stdout and stderr file handles
- so they can be restored later. */
-diff -uNr gcc-3.4.6.orig/gcc/Makefile.in gcc-3.4.6/gcc/Makefile.in
---- gcc-3.4.6.orig/gcc/Makefile.in 2005-02-24 10:26:59.000000000 +0100
-+++ gcc-3.4.6/gcc/Makefile.in 2007-11-13 08:48:20.000000000 +0100
-@@ -2945,9 +2945,9 @@
- install-driver: installdirs xgcc$(exeext)
- -rm -f $(DESTDIR)$(bindir)/$(GCC_INSTALL_NAME)$(exeext)
- -$(INSTALL_PROGRAM) xgcc$(exeext) $(DESTDIR)$(bindir)/$(GCC_INSTALL_NAME)$(exeext)
-- -rm -f $(DESTDIR)$(bindir)/$(target_noncanonical)-gcc-$(version)
-+ -rm -f $(DESTDIR)$(bindir)/$(target_noncanonical)-gcc-$(version)$(exeext)
- -( cd $(DESTDIR)$(bindir) && \
-- $(LN) $(GCC_INSTALL_NAME)$(exeext) $(target_noncanonical)-gcc-$(version) )
-+ $(LN) $(GCC_INSTALL_NAME)$(exeext) $(target_noncanonical)-gcc-$(version)$(exeext) )
- -if [ -f gcc-cross$(exeext) ] ; then \
- if [ -d $(DESTDIR)$(gcc_tooldir)/bin/. ] ; then \
- rm -f $(DESTDIR)$(gcc_tooldir)/bin/gcc$(exeext); \