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

[patch] avr port: gas configure.in



Tue Mar 21 23:22:09 2000  Denis Chertykov  <denisc@overta.ru>

	* configure.in: Avr support added.



Index: binutils/gas/configure.in
===================================================================
RCS file: /cvs/src/src/gas/configure.in,v
retrieving revision 1.18
diff -u -5 -r1.18 configure.in
--- configure.in	2000/03/02 20:15:33	1.18
+++ configure.in	2000/03/21 20:26:27
@@ -162,10 +162,12 @@
       arm-epoc-pe | thumb-epoc-pe)      fmt=coff em=epoc-pe ;;
       arm-*-wince)          fmt=coff em=wince-pe bfd_gas=yes;;
       arm-*-pe | thumb-*-pe)            fmt=coff em=pe ;;
       arm-*-riscix*)	                fmt=aout em=riscix ;;
 
+      avr-*-*)		    fmt=elf bfd_gas=yes ;;
+
       d10v-*-*)		    fmt=elf bfd_gas=yes ;;
       d30v-*-*)		    fmt=elf bfd_gas=yes ;;
 
 
       fr30-*-*)		    fmt=elf bfd_gas=yes ;;


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