2007-04-04 Paul Brook <paul@codesourcery.com>

ld/
	* configure.tgt: Loosen checks for arm uclinux eabi targets.
	gas/
	* configure.tgt: Loosen checks for arm uclinux eabi targets.
This commit is contained in:
Paul Brook
2007-04-04 18:02:39 +00:00
parent e7951e8e63
commit 9fcfe2ed35
4 changed files with 10 additions and 2 deletions

View File

@ -113,7 +113,7 @@ case ${generic_target} in
arm-*-linux*aout*) fmt=aout em=linux ;;
arm-*-linux-*eabi*) fmt=elf em=armlinuxeabi ;;
arm-*-linux-*) fmt=elf em=linux ;;
arm-*-uclinux-*eabi*) fmt=elf em=armlinuxeabi ;;
arm-*-uclinux*eabi*) fmt=elf em=armlinuxeabi ;;
arm-*-uclinux*) fmt=elf em=linux ;;
arm-*-netbsdelf*) fmt=elf em=nbsd ;;
arm-*-*n*bsd*) fmt=aout em=nbsd ;;