From: Toon Moene Date: Tue, 18 Jan 2005 21:37:25 +0000 (+0100) Subject: system-linux-ppc.ads: Set ZCX_By_Default and GCC_ZCX_Support to True. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b4c6a3a23cd2d269640cc45b9a2f57df6ab9d15e;p=gcc.git system-linux-ppc.ads: Set ZCX_By_Default and GCC_ZCX_Support to True. 2005-01-18 Toon Moene * system-linux-ppc.ads: Set ZCX_By_Default and GCC_ZCX_Support to True. From-SVN: r93853 --- diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 09031a0d4d0..1ad4753e252 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,8 @@ +2005-01-18 Toon Moene + + * system-linux-ppc.ads: Set ZCX_By_Default and GCC_ZCX_Support + to True. + 2005-01-18 Richard Henderson * Makefile.in (LIBGNAT_TARGET_PAIRS, TOOLS_TARGET_PAIRS, MISCLIB, diff --git a/gcc/ada/system-linux-ppc.ads b/gcc/ada/system-linux-ppc.ads index abffe5df7eb..f1b7bfa9cb6 100644 --- a/gcc/ada/system-linux-ppc.ads +++ b/gcc/ada/system-linux-ppc.ads @@ -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!)