This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: target removal...


On Thu, 2002-06-06 at 18:01, Zack Weinberg wrote:
> On Thu, Jun 06, 2002 at 05:39:45PM -0700, Eric Christopher wrote:
> > So, gcc 3.1 has come and gone so I'd like to get rid of yet another
> > couple of targets that we left around for that:
> > 
> > mips-sgi-irix3
> > mips-sgi-irix4
> > mips-sgi-irix5
> 
> Submit a patch for config.gcc, adding these to the deprecation list at
> the head.
> 

Apparently the first two were gotten rid of long ago. Added ecoff as
well.


2002-06-06  Eric Christopher  <echristo@redhat.com>

	* config.gcc (enable_obsolete): Add mips-sgi-irixcross64,
	mips-sgi-irix5, and mips*-*-ecoff*.

-- 
I will not carve gods

Index: config.gcc
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config.gcc,v
retrieving revision 1.205
diff -u -p -w -r1.205 config.gcc
--- config.gcc	5 Jun 2002 19:52:04 -0000	1.205
+++ config.gcc	7 Jun 2002 01:11:28 -0000
@@ -217,6 +217,9 @@ case $machine in
  | ns32k-*-netbsd*  \
  | ns32k-*-openbsd* \
  | romp-*-openbsd*  \
+ | mips-sgi-irix5cross64 \
+ | mips-sgi-irix5*  \
+ | mips*-*-ecoff*
  )
     if test "x$enable_obsolete" != xyes; then
       echo "*** Configuration $machine is obsolete." >&2


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]