This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils 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: [patch] Obsoleting/removing further RTEMS targets


On Fri, 2005-07-08 at 07:00 +0200, Ralf Corsepius wrote:
> Hi,
> 
> we would like to 
> * obsolete these targets
> or32-*-rtems*
> i960-*-rtems*
> These targets have been obsoleted in/removed from RTEMS, because they
> lack a usable corresponding FSF-GCC.
> 
> * remove these targets
> a29k-*rtems*
> hppa*-*-rtems*
> *-go32-rtems*
> i[3-7]86*-*-rtemscoff*
> mips*el-*-rtems*
> powerpcle-*-rtems*
> sparc*-*-rtemsaout*
> These targets either have never existed or are dead for many years.

Finally, part 3 of the patches: ld/configure.tgt.

Ralf

2005-07-10  Ralf Corsepius <ralf.corsepius@rtems.org>

	* configure.tgt: Remove a29k-*-rtems*, hppa*-*-rtems*,i386-go32-rtems*,
	i386-*-rtemscoff*, sparc-*-rtemsaout*.

Index: configure.tgt
===================================================================
RCS file: /cvs/src/src/gas/configure.tgt,v
retrieving revision 1.11
diff -u -r1.11 configure.tgt
--- configure.tgt	7 Jun 2005 21:13:14 -0000	1.11
+++ configure.tgt	10 Jul 2005 07:55:00 -0000
@@ -93,7 +93,6 @@
   a29k-amd-udi)				fmt=coff ;;
   a29k-amd-ebmon)			fmt=coff ;;
   a29k-nyu-sym1)			fmt=coff ;;
-  a29k-*-rtems*)			fmt=coff ;;
   a29k-*-vxworks*)			fmt=coff ;;
 
   alpha-*-*vms*)			fmt=evax ;;
@@ -151,7 +150,6 @@
   hppa-*-netbsd*)			fmt=elf em=nbsd ;;
   hppa-*-openbsd*)			fmt=elf em=hppa ;;
   hppa-*-osf*)				fmt=som em=hppa ;;
-  hppa-*-rtems*)			fmt=elf em=hppa ;;
   hppa-*-hpux11*)
     case ${cpu} in
       hppa*64*)				fmt=elf em=hppa64 ;;
@@ -210,10 +208,8 @@
   i386-*-sco3.2*)			fmt=coff ;;
   i386-*-vsta)				fmt=aout ;;
   i386-*-msdosdjgpp* \
-  | i386-*-go32* \
-  | i386-go32-rtems*)			fmt=coff em=go32 ;;
+  | i386-*-go32*)			fmt=coff em=go32 ;;
   i386-*-rtemself*)			fmt=elf ;;
-  i386-*-rtemscoff*)			fmt=coff ;;
   i386-*-rtems*)			fmt=elf ;;
   i386-*-gnu*)				fmt=elf ;;
   i386-*-mach*)				fmt=aout em=mach ;;
@@ -363,7 +359,6 @@
   shle*-*-kaos*)			fmt=elf ;;
   sh64-*-elf*)				fmt=elf ;;
 
-  sparc-*-rtemsaout*)			fmt=aout ;;
   sparc-*-rtemself*)			fmt=elf ;;
   sparc-*-rtems*)			fmt=elf ;;
   sparc-*-sunos4*)			fmt=aout em=sun3 ;;

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