2001-02-04 Philip Blundell <philb@gnu.org>

* configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
	* configure: Regenerate.
This commit is contained in:
Phil Blundell
2001-02-04 16:37:03 +00:00
parent 46c1ea57dc
commit c7217458cb
3 changed files with 7 additions and 2 deletions

View File

@@ -220,7 +220,7 @@ changequote([,])dnl
DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM"
BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
;;
arm-* | xscale-* | strongarm-* | d10v-*)
arm*-* | xscale-* | strongarm-* | d10v-*)
OBJDUMP_DEFS="-DDISASSEMBLER_NEEDS_RELOCS"
;;
changequote(,)dnl