This is the mail archive of the binutils@sourceware.org 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]

[PATCH][gas] Re-add bfin-rtems*


Somewhere since binutils-2.18, binutils/gas lost support for
bfin-rtems*.

The patch below is supposed to re-add it.

Ralf



2008-07-06	Ralf CorsÃpius <ralf.corsepius@rtems.org>

	* configure.tgt: Add bfin-*-rtems*).

Index: gas/configure.tgt
===================================================================
RCS file: /cvs/src/src/gas/configure.tgt,v
retrieving revision 1.40
diff -u -r1.40 configure.tgt
--- gas/configure.tgt	23 Apr 2008 18:40:34 -0000	1.40
+++ gas/configure.tgt	6 Jul 2008 04:50:28 -0000
@@ -128,6 +128,7 @@
 
   bfin-*-linux-uclibc)			fmt=fdpicelf em=linux ;;
   bfin-*-uclinux*)			fmt=elf em=linux ;;
+  bfin-*-rtems*)			fmt=elf ;;
   bfin-*elf)				fmt=elf ;;
 
   cr16-*-elf*)	    			fmt=elf ;;

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