summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2006-08-22 11:57:03 +0000
committerChris Johns <chrisj@rtems.org>2006-08-22 11:57:03 +0000
commite5e88aab5193739d270771231c28b94daf45ce1d (patch)
tree19da014f79b460a9523f24404ca1efba41b52b50 /contrib
parentChange the rpm to use the version. (diff)
downloadrtems-e5e88aab5193739d270771231c28b94daf45ce1d.tar.bz2
The .exe for the versioned execuable for MinGW.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/crossrpms/patches/gcc-core-4.0.3-rtems-20060822.diff14
1 files changed, 14 insertions, 0 deletions
diff --git a/contrib/crossrpms/patches/gcc-core-4.0.3-rtems-20060822.diff b/contrib/crossrpms/patches/gcc-core-4.0.3-rtems-20060822.diff
new file mode 100644
index 0000000000..5437cf576f
--- /dev/null
+++ b/contrib/crossrpms/patches/gcc-core-4.0.3-rtems-20060822.diff
@@ -0,0 +1,14 @@
+--- gcc-4.0.3.orig/gcc/Makefile.in 2006-08-22 05:51:40.000000000 -0500
++++ gcc-4.0.3/gcc/Makefile.in 2006-08-22 05:48:01.000000000 -0500
+@@ -3275,9 +3275,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); \