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]

tidy gas/configure.tgt


	* configure.tgt: Whiltespace.  Sort moxie entry.

Index: gas/configure.tgt
===================================================================
RCS file: /cvs/src/src/gas/configure.tgt,v
retrieving revision 1.55
diff -u -p -r1.55 configure.tgt
--- gas/configure.tgt	4 Nov 2009 09:52:00 -0000	1.55
+++ gas/configure.tgt	19 Feb 2010 03:10:36 -0000
@@ -44,7 +44,7 @@ case ${cpu} in
   ia64)			cpu_type=ia64 ;;
   ip2k)			cpu_type=ip2k endian=big ;; 
   iq2000)		cpu_type=iq2000 endian=big ;; 
-  lm32)		        cpu_type=lm32 ;;
+  lm32)			cpu_type=lm32 ;;
   m32c)			cpu_type=m32c endian=big ;;
   m32r)			cpu_type=m32r endian=big ;;
   m32rle)		cpu_type=m32r endian=little ;;
@@ -58,7 +58,7 @@ case ${cpu} in
   microblaze*)		cpu_type=microblaze ;;
   mips*el)		cpu_type=mips endian=little ;;
   mips*)		cpu_type=mips endian=big ;;
-  mt)                   cpu_type=mt endian=big ;;
+  mt)			cpu_type=mt endian=big ;;
   or32*)		cpu_type=or32 endian=big ;;
   pjl*)			cpu_type=pj endian=little ;;
   pj*)			cpu_type=pj endian=big ;;
@@ -68,12 +68,12 @@ case ${cpu} in
   rx)			cpu_type=rx ;;
   s390x*)		cpu_type=s390 arch=s390x ;;
   s390*)		cpu_type=s390 arch=s390 ;;
-  score*l)              cpu_type=score endian=little ;;
-  score*)               cpu_type=score endian=big ;;
+  score*l)		cpu_type=score endian=little ;;
+  score*)		cpu_type=score endian=big ;;
   sh5le*)		cpu_type=sh64 endian=little ;;
   sh5*)			cpu_type=sh64 endian=big ;;
   sh64le*)		cpu_type=sh64 endian=little ;;
-  sh64*)            	cpu_type=sh64 endian=big ;;
+  sh64*)		cpu_type=sh64 endian=big ;;
   sh*le)		cpu_type=sh endian=little ;;
   sh*)			cpu_type=sh endian=big ;;
   sparc64*)		cpu_type=sparc arch=v9-64 ;;
@@ -119,7 +119,7 @@ case ${generic_target} in
   arm-*-linux-*)			fmt=elf  em=linux ;;
   arm-*-uclinux*eabi*)			fmt=elf  em=armlinuxeabi ;;
   arm-*-uclinux*)			fmt=elf  em=linux ;;
-  arm-*-netbsdelf*)                 	fmt=elf  em=nbsd ;;
+  arm-*-netbsdelf*)			fmt=elf  em=nbsd ;;
   arm-*-*n*bsd*)			fmt=aout em=nbsd ;;
   arm-*-nto*)				fmt=elf ;;
   arm-epoc-pe | thumb-epoc-pe)		fmt=coff em=epoc-pe ;;
@@ -135,13 +135,13 @@ case ${generic_target} in
   bfin-*-rtems*)			fmt=elf ;;
   bfin-*elf)				fmt=elf ;;
 
-  cr16-*-elf*)	    			fmt=elf ;;
+  cr16-*-elf*)				fmt=elf ;;
 
   cris-*-linux-* | crisv32-*-linux-*)
 					fmt=multi em=linux ;;
   cris-*-* | crisv32-*-*)		fmt=multi ;;
 
-  crx-*-elf*)	    			fmt=elf ;;
+  crx-*-elf*)				fmt=elf ;;
 
   d10v-*-*)				fmt=elf ;;
   d30v-*-*)				fmt=elf ;;
@@ -151,9 +151,6 @@ case ${generic_target} in
   frv-*-*linux*)			fmt=elf em=linux;;
   frv-*-*)				fmt=elf ;;
 
-  moxie-*-uclinux)                      fmt=elf em=linux;;
-  moxie-*-*)                            fmt=elf ;;
-
   hppa-*-linux*)
     case ${cpu} in
       hppa*64*)				fmt=elf em=hppalinux64 ;;
@@ -210,7 +207,7 @@ case ${generic_target} in
   i386-*-freebsd[12].*)			fmt=aout em=386bsd ;;
   i386-*-freebsd[12])			fmt=aout em=386bsd ;;
   i386-*-freebsd* | i386-*-kfreebsd*-gnu | i386-*-dragonfly*)
-				    	fmt=elf em=freebsd ;;
+					fmt=elf em=freebsd ;;
   i386-*-sysv*)				fmt=coff ;;
   i386-*-sco3.2v5*coff)			fmt=coff ;;
   i386-*-isc*)				fmt=coff ;;
@@ -251,7 +248,7 @@ case ${generic_target} in
 
   ip2k-*-*)				fmt=elf ;;
 
-  iq2000-*-elf)         		fmt=elf ;;
+  iq2000-*-elf)				fmt=elf ;;
 
   lm32-*-*)				fmt=elf ;;
 
@@ -274,7 +271,7 @@ case ${generic_target} in
   m68k-*-openbsd*)			fmt=aout em=nbsd bfd_gas=yes ;;
   m68k-*-psos*)				fmt=elf em=psos;;
 
-  maxq-*-coff)      			fmt=coff bfd_gas=yes ;;
+  maxq-*-coff)				fmt=coff bfd_gas=yes ;;
 
   mep-*-elf)				fmt=elf ;;
 
@@ -310,6 +307,9 @@ case ${generic_target} in
   mn10300-*-linux*)			fmt=elf em=linux ;;
   mn10300-*-*)				fmt=elf ;;
 
+  moxie-*-uclinux)			fmt=elf em=linux;;
+  moxie-*-*)				fmt=elf ;;
+
   mt-*-elf)				fmt=elf bfd_gas=yes ;;
 
   msp430-*-*)				fmt=elf ;;
@@ -345,7 +345,7 @@ case ${generic_target} in
   s390-*-linux-*)			fmt=elf em=linux ;;
   s390-*-tpf*)				fmt=elf ;;
 
-  score-*-elf)                          fmt=elf ;;
+  score-*-elf)				fmt=elf ;;
 
   sh*-*-linux*)				fmt=elf em=linux
     case ${cpu} in

-- 
Alan Modra
Australia Development Lab, IBM


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