2004-09-23 Ralf Corsepius <ralf_corsepius@rtems.org>

* gcc3newlib/Makefile.am: Add avr-rtems*gcc.
	* gcc3newlib/gccnewlib.add: Disable c++ for avr.
This commit is contained in:
Ralf Corsepius
2004-09-23 06:18:35 +00:00
parent d71ab7fdf8
commit 956e450120
3 changed files with 13 additions and 0 deletions

View File

@@ -79,6 +79,10 @@ NoSource: 1
%define build_gcj %_gcj
%endif
%if "%{gcc_target}" == "avr-rtems@osversion@"
%define build_cxx 0
%endif
%if "%{gcc_target}" == "c4x-rtems@osversion@"
%define build_cxx 0
%endif