2003-10-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* gcc3newlib/gccnewlib.add: Make not building gnat and gcj the
	default for gcc-3.3.
This commit is contained in:
Ralf Corsepius
2003-10-30 09:29:19 +00:00
parent 044d9547b3
commit 3c8fa15836
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2003-10-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* gcc3newlib/gccnewlib.add: Make not building gnat and gcj the
default for gcc-3.3.
2003-10-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2003-10-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* binutils/Makefile.am: Add tic4x. * binutils/Makefile.am: Add tic4x.

View File

@@ -45,18 +45,19 @@ NoSource: 1
# Use rpm -ba --define 'gnat [0|1]' xxx.spec to override building gnat for # Use rpm -ba --define 'gnat [0|1]' xxx.spec to override building gnat for
# those targets wanting to support ada. # those targets wanting to support ada.
%if "%{gcc_version}" >= "3.2" %if "%{gcc_version}" >= "3.4"
# default to building gnat # default to building gnat
%define _gnat %{?gnat:%gnat}%{!?gnat:1} %define _gnat %{?gnat:%gnat}%{!?gnat:1}
%else %else
# default to not building gnat # default to not building gnat
# gcc-3.3: Doesn't support cross-building gnatlib
%define _gnat %{?gnat:%gnat}%{!?gnat:0} %define _gnat %{?gnat:%gnat}%{!?gnat:0}
%endif %endif
# Use rpm -ba --define 'gcj [0|1]' xxx.spec to override building gcj for # Use rpm -ba --define 'gcj [0|1]' xxx.spec to override building gcj for
# those targets wanting to support gcj. # those targets wanting to support gcj.
%if "%{gcc_version}" >= "3.2" %if "%{gcc_version}" >= "3.4"
# default to building gcj # default to building gcj
%define _gcj %{?gcj:%gcj}%{!?gcj:1} %define _gcj %{?gcj:%gcj}%{!?gcj:1}
%else %else