diff options
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/configure.tgt | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 28c73bd..1b94c4b 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2007-04-04 Paul Brook <paul@codesourcery.com> + + * configure.tgt: Loosen checks for arm uclinux eabi targets. + 2007-04-02 Sterling Augustine <sterling@tensilica.com> * config/tc-xtensa.c (xtensa_flush_pending_output): Check 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 ;; |