From 956e450120afd0d8ea8b8b359db18e98c9b72e78 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 23 Sep 2004 06:18:35 +0000 Subject: 2004-09-23 Ralf Corsepius * gcc3newlib/Makefile.am: Add avr-rtems*gcc. * gcc3newlib/gccnewlib.add: Disable c++ for avr. --- scripts/gcc3newlib/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'scripts/gcc3newlib/Makefile.am') diff --git a/scripts/gcc3newlib/Makefile.am b/scripts/gcc3newlib/Makefile.am index e1742dd344..bd26bd2d3d 100644 --- a/scripts/gcc3newlib/Makefile.am +++ b/scripts/gcc3newlib/Makefile.am @@ -28,6 +28,10 @@ arm-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS) $(MKSPEC) -cfg $(top_builddir)/setup.cache arm-rtems@osversion@ > $@ RPM_SPECS_DATA += arm-rtems@osversion@-$(GCC3NEWLIBVERS).spec +avr-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS) + $(MKSPEC) -cfg $(top_builddir)/setup.cache avr-rtems@osversion@ > $@ +RPM_SPECS_DATA += avr-rtems@osversion@-$(GCC3NEWLIBVERS).spec + h8300-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS) $(MKSPEC) -cfg $(top_builddir)/setup.cache h8300-rtems@osversion@ > $@ RPM_SPECS_DATA += h8300-rtems@osversion@-$(GCC3NEWLIBVERS).spec -- cgit v1.2.3