diff options
author | Paul Brook <paul@codesourcery.com> | 2008-08-27 16:22:06 +0000 |
---|---|---|
committer | Paul Brook <pbrook@gcc.gnu.org> | 2008-08-27 16:22:06 +0000 |
commit | a82214400104d662519445e65c0ac9fb5f9866d6 (patch) | |
tree | f783f19258185977dd32f450977026a296f667ee /gcc/config.gcc | |
parent | c5e46192bf50174037a2d47823f57ef174dc038f (diff) | |
download | gcc-a82214400104d662519445e65c0ac9fb5f9866d6.zip gcc-a82214400104d662519445e65c0ac9fb5f9866d6.tar.gz gcc-a82214400104d662519445e65c0ac9fb5f9866d6.tar.bz2 |
config.gcc: Loosen checks for arm uclinux eabi targets.
2008-08-27 Paul Brook <paul@codesourcery.com>
* config.gcc: Loosen checks for arm uclinux eabi targets.
From-SVN: r139627
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 559098e..e06e2ae 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -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 |