Build dlltool for thumb-pe target

This commit is contained in:
Nick Clifton 1998-05-05 22:21:23 +00:00
parent ff2664fc49
commit 4c2cea9dbd
2 changed files with 2 additions and 0 deletions

1
binutils/configure vendored
View File

@ -4470,6 +4470,7 @@ do
*-*-hms*) BUILD_SRCONV='$(SRCONV_PROG)' ;;
esac
case $targ in
thumb-*pe*)
arm-*pe*)
BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM"

View File

@ -163,6 +163,7 @@ changequote([,])dnl
esac
case $targ in
arm-*pe*)
thumb-*pe*)
BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM"
BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'