diff options
author | Phil Blundell <philb@gnu.org> | 2001-02-04 16:37:03 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2001-02-04 16:37:03 +0000 |
commit | c7217458cbea74d3894d16b1dada3083fb2ca80f (patch) | |
tree | 7af23c6d141b28d1d4b70f694d8e92555ec54836 /binutils/configure | |
parent | 46c1ea57dca761bf361530c7be6fc80cc8202a9e (diff) | |
download | gdb-c7217458cbea74d3894d16b1dada3083fb2ca80f.zip gdb-c7217458cbea74d3894d16b1dada3083fb2ca80f.tar.gz gdb-c7217458cbea74d3894d16b1dada3083fb2ca80f.tar.bz2 |
2001-02-04 Philip Blundell <philb@gnu.org>
* configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
* configure: Regenerate.
Diffstat (limited to 'binutils/configure')
-rwxr-xr-x | binutils/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/configure b/binutils/configure index bf0043e..83f6ee3 100755 --- a/binutils/configure +++ b/binutils/configure @@ -5418,7 +5418,7 @@ do DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM" BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)' ;; - arm-* | xscale-* | strongarm-* | d10v-*) + arm*-* | xscale-* | strongarm-* | d10v-*) OBJDUMP_DEFS="-DDISASSEMBLER_NEEDS_RELOCS" ;; i[3-6]86-*pe* | i[3-6]86-*-cygwin* | i[3-6]86-*-mingw32*) |