system-linux-ppc.ads: Set ZCX_By_Default and GCC_ZCX_Support to True.

2005-01-18  Toon Moene  <toon@moene.indiv.nluug.nl>

	* system-linux-ppc.ads: Set ZCX_By_Default and GCC_ZCX_Support
	to True.

From-SVN: r93853
This commit is contained in:
Toon Moene 2005-01-18 22:37:25 +01:00 committed by Toon Moene
parent 500a9f27d1
commit b4c6a3a23c
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2005-01-18 Toon Moene <toon@moene.indiv.nluug.nl>
* system-linux-ppc.ads: Set ZCX_By_Default and GCC_ZCX_Support
to True.
2005-01-18 Richard Henderson <rth@redhat.com>
* Makefile.in (LIBGNAT_TARGET_PAIRS, TOOLS_TARGET_PAIRS, MISCLIB,

View File

@ -139,8 +139,8 @@ private
Support_Long_Shifts : constant Boolean := True;
Suppress_Standard_Library : constant Boolean := False;
Use_Ada_Main_Program_Name : constant Boolean := False;
ZCX_By_Default : constant Boolean := False;
GCC_ZCX_Support : constant Boolean := False;
ZCX_By_Default : constant Boolean := True;
GCC_ZCX_Support : constant Boolean := True;
Front_End_ZCX_Support : constant Boolean := False;
-- Obsolete entries, to be removed eventually (bootstrap issues!)