This is the mail archive of the gcc-patches@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]

Tweak target triplet for ARM uClinux


The patch below tweaks the configure check to recognise a wider range of ARM 
uClinux triplets as being EABI based. In particular it accepts 
arm-foo-uclinuxeabi.

Applied to svn trunk.

Paul

2008-08-27  Paul Brook  <paul@codesourcery.com>

	* config.gcc: Loosen checks for arm uclinux eabi targets.

Index: gcc/config.gcc
===================================================================
--- gcc/config.gcc	(revision 139626)
+++ gcc/config.gcc	(working copy)
@@ -739,7 +739,7 @@ arm*-*-uclinux*)		# ARM ucLinux
 	tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/linux-gas.h 
arm/uclinux-elf.h"
 	tmake_file="arm/t-arm arm/t-arm-elf"
 	case ${target} in
-	arm*-*-uclinux-*eabi)
+	arm*-*-uclinux*eabi)
 	    tm_file="$tm_file arm/bpabi.h arm/uclinux-eabi.h"
 	    tmake_file="$tmake_file arm/t-bpabi"
   	    # The BPABI long long divmod functions return a 128-bit value in


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