system-darwin-ppc.ads (ZCX_By_Default): Change to True.

2005-01-14  Andrew Pinski  <pinskia@physics.uc.edu>

        * system-darwin-ppc.ads (ZCX_By_Default): Change to True.
        (GCC_ZCX_Support): Likewise.

From-SVN: r93644
This commit is contained in:
Andrew Pinski 2005-01-14 15:12:29 +00:00 committed by Andrew Pinski
parent 783d2650e5
commit 03eef11cd3
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2005-01-14 Andrew Pinski <pinskia@physics.uc.edu>
* system-darwin-ppc.ads (ZCX_By_Default): Change to True.
(GCC_ZCX_Support): Likewise.
2005-01-11 Bastian Blank <waldi@debian.org>
* system-linux-s390.ads: Define Preallocated_Stacks.

View File

@ -165,8 +165,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!)