aboutsummaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>1998-05-05 22:21:23 +0000
committerNick Clifton <nickc@redhat.com>1998-05-05 22:21:23 +0000
commit4c2cea9dbd2fd068337a6e893ac56cdcc0af4a08 (patch)
treea767a9b52f6cb5d0755d33258f89fc2dbdf0cb07 /binutils
parentff2664fc491c169da16146ba88f7d8abcecf3159 (diff)
downloadgdb-4c2cea9dbd2fd068337a6e893ac56cdcc0af4a08.zip
gdb-4c2cea9dbd2fd068337a6e893ac56cdcc0af4a08.tar.gz
gdb-4c2cea9dbd2fd068337a6e893ac56cdcc0af4a08.tar.bz2
Build dlltool for thumb-pe target
Diffstat (limited to 'binutils')
-rwxr-xr-xbinutils/configure1
-rw-r--r--binutils/configure.in1
2 files changed, 2 insertions, 0 deletions
diff --git a/binutils/configure b/binutils/configure
index 3645cdb..ae22bc8 100755
--- a/binutils/configure
+++ b/binutils/configure
@@ -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"
diff --git a/binutils/configure.in b/binutils/configure.in
index 8af7f76..73dbde8 100644
--- a/binutils/configure.in
+++ b/binutils/configure.in
@@ -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)'