This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch,commited] Adding avr-*-rtems*


On Tue, 2004-11-23 at 05:18 +0100, Ralf Corsepius wrote:
> Hi,
> 
> The patch below adds avr-*-rtems*.
> 
> As this patch is entirely rtems-specific, I went ahead and commited it
> to gcc-3_4-branch and CVS-trunk.

A stupid typo had crept into this patch. I am applying the patch below.

Ralf

Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ChangeLog,v
retrieving revision 2.2326.2.702
diff -u -r2.2326.2.702 ChangeLog
--- ChangeLog	24 Nov 2004 14:19:51 -0000	2.2326.2.702
+++ ChangeLog	25 Nov 2004 04:50:48 -0000
@@ -1,3 +1,7 @@
+2004-11-25  Ralf Corsepius <ralf.corsepius@rtems.org>
+
+	* config.gcc (avr-*-rtems*): Fix typo.
+
 2004-11-24  Uros Bizjak  <uros@kss-loka.si>
 
 	PR rtl-optimization/18614
Index: config.gcc
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config.gcc,v
retrieving revision 1.420.2.18
diff -u -r1.420.2.18 config.gcc
--- config.gcc	23 Nov 2004 10:17:55 -0000	1.420.2.18
+++ config.gcc	25 Nov 2004 04:50:49 -0000
@@ -702,7 +702,7 @@
 	;;
 avr-*-rtems*)
 	tm_file="avr/avr.h dbxelf.h avr/rtems.h rtems.h"
-	tmake_files="avr/t-avr t-rtems avr/t-rtems"
+	tmake_file="avr/t-avr t-rtems avr/t-rtems"
 	;;
 avr-*-*)
 	tm_file="avr/avr.h dbxelf.h"

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]