mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-18 10:00:35 +08:00
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:
parent
500a9f27d1
commit
b4c6a3a23c
@ -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,
|
||||
|
@ -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!)
|
||||
|
Loading…
x
Reference in New Issue
Block a user