diff options
author | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-08-30 16:49:06 +0000 |
---|---|---|
committer | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-08-30 16:49:06 +0000 |
commit | a49b4d6efa5ca2df6c8f78d7c425ff9ffb0b727a (patch) | |
tree | 979b2ba7030883e0d97f9f17458a0d29c8784d06 /gcc/ada/system-linux-mipsel.ads | |
parent | b1b2597a927472571ca5136a9ca58e72659d81a7 (diff) | |
download | gcc-a49b4d6efa5ca2df6c8f78d7c425ff9ffb0b727a.tar.gz |
* system-irix-n64.ads, system-linux-armeb.ads, system-linux-armel.ads,
system-linux-mips.ads, system-linux-mipsel.ads,
system-linux-mips64el.ads, system-linux-ppc64.ads,
system-linux-sparcv9.ads, system-rtems.ads: Remove GCC_ZCX_Support.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@178336 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/system-linux-mipsel.ads')
-rw-r--r-- | gcc/ada/system-linux-mipsel.ads | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/ada/system-linux-mipsel.ads b/gcc/ada/system-linux-mipsel.ads index 60b8811b85f..a25642a153c 100644 --- a/gcc/ada/system-linux-mipsel.ads +++ b/gcc/ada/system-linux-mipsel.ads @@ -7,7 +7,7 @@ -- S p e c -- -- (GNU-Linux/MIPSEL Version) -- -- -- --- Copyright (C) 1992-2009, Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2011, Free Software Foundation, Inc. -- -- -- -- This specification is derived from the Ada Reference Manual for use with -- -- GNAT. The copyright notice above, and the license provisions that follow -- @@ -139,6 +139,5 @@ private Suppress_Standard_Library : constant Boolean := False; Use_Ada_Main_Program_Name : constant Boolean := False; ZCX_By_Default : constant Boolean := True; - GCC_ZCX_Support : constant Boolean := True; end System; |