diff options
author | Nick Clifton <nickc@redhat.com> | 1998-05-05 22:21:23 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1998-05-05 22:21:23 +0000 |
commit | 4c2cea9dbd2fd068337a6e893ac56cdcc0af4a08 (patch) | |
tree | a767a9b52f6cb5d0755d33258f89fc2dbdf0cb07 /binutils/configure | |
parent | ff2664fc491c169da16146ba88f7d8abcecf3159 (diff) | |
download | gdb-4c2cea9dbd2fd068337a6e893ac56cdcc0af4a08.zip gdb-4c2cea9dbd2fd068337a6e893ac56cdcc0af4a08.tar.gz gdb-4c2cea9dbd2fd068337a6e893ac56cdcc0af4a08.tar.bz2 |
Build dlltool for thumb-pe target
Diffstat (limited to 'binutils/configure')
-rwxr-xr-x | binutils/configure | 1 |
1 files changed, 1 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" |