diff options
author | Paul Brook <paul@codesourcery.com> | 2007-04-04 18:02:39 +0000 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2007-04-04 18:02:39 +0000 |
commit | 9fcfe2ed35402e619d8c65f4ae030b10a5ec140f (patch) | |
tree | be6adbd3757d57f38ef96903417d291b055a622e /gas/configure.tgt | |
parent | e7951e8e63875b4aa1b3b64b1e2c39dc0619dd1c (diff) | |
download | gdb-9fcfe2ed35402e619d8c65f4ae030b10a5ec140f.zip gdb-9fcfe2ed35402e619d8c65f4ae030b10a5ec140f.tar.gz gdb-9fcfe2ed35402e619d8c65f4ae030b10a5ec140f.tar.bz2 |
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.
Diffstat (limited to 'gas/configure.tgt')
-rw-r--r-- | gas/configure.tgt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/configure.tgt b/gas/configure.tgt index e5081d0..c77cf81 100644 --- a/gas/configure.tgt +++ b/gas/configure.tgt @@ -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 ;; |