source: rtems/contrib/crossrpms/patches/binutils-2.20.1-rtems4.10-20100310.diff @ c7c1f3b

4.104.115
Last change on this file since c7c1f3b was c7c1f3b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/10/10 at 07:09:31

New.

  • Property mode set to 100644
File size: 902 bytes
RevLine 
[c7c1f3b]1diff -Naur binutils-2.20.1.orig/bfd/Makefile.am binutils-2.20.1/bfd/Makefile.am
2--- binutils-2.20.1.orig/bfd/Makefile.am        2010-03-03 14:31:55.000000000 +0100
3+++ binutils-2.20.1/bfd/Makefile.am     2010-03-10 07:14:32.000000000 +0100
4@@ -4,7 +4,7 @@
5 ACLOCAL_AMFLAGS = -I . -I .. -I ../config
6 
7 # Uncomment the following line when doing a release.
8-# RELEASE=y
9+RELEASE=y
10 
11 INCDIR = $(srcdir)/../include
12 CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
13diff -Naur binutils-2.20.1.orig/bfd/Makefile.in binutils-2.20.1/bfd/Makefile.in
14--- binutils-2.20.1.orig/bfd/Makefile.in        2010-03-03 14:59:15.000000000 +0100
15+++ binutils-2.20.1/bfd/Makefile.in     2010-03-10 07:26:28.000000000 +0100
16@@ -317,7 +317,7 @@
17 ACLOCAL_AMFLAGS = -I . -I .. -I ../config
18 
19 # Uncomment the following line when doing a release.
20-# RELEASE=y
21+RELEASE = y
22 INCDIR = $(srcdir)/../include
23 CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
24 SUBDIRS = doc po
Note: See TracBrowser for help on using the repository browser.