2005-01-12 Ralf Corsepius <ralf.corsepius@rtems.org>

* gcc3newlib/gccnewlib.add: Change my email address.
	Add tic4x-*.
This commit is contained in:
Ralf Corsepius
2005-01-12 06:14:41 +00:00
parent 77b6a10913
commit 83774d7ec4
2 changed files with 11 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2005-01-12 Ralf Corsepius <ralf.corsepius@rtems.org>
* gcc3newlib/gccnewlib.add: Change my email address.
Add tic4x-*.
2005-01-05 Ralf Corsepius <ralf.corsepius@rtems.org>
* autotools/automake-rtems.spec.in: automake-1.9.4.

View File

@@ -12,7 +12,7 @@ Epoch: 0
License: gcc is GPL/LGPL ; newlib no has restrictions on run-time usage
Autoreqprov: on
Packager: corsepiu@faw.uni-ulm.de and joel@OARcorp.com
Packager: ralf.corsepius@rtems.org and joel@OARcorp.com
Version: gcc%{gcc_version}newlib%{newlib_version}
@@ -83,6 +83,11 @@ NoSource: 1
%define build_cxx 0
%endif
%if "%{gcc_target}" == "tic4x-rtems@osversion@"
%define build_cxx 0
%endif
# OBSOLETE: use tic4x instead
%if "%{gcc_target}" == "c4x-rtems@osversion@"
%define build_cxx 0
%endif