Build dlltool for thumb-pe target
authorNick Clifton <nickc@redhat.com>
Tue, 5 May 1998 22:21:23 +0000 (22:21 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 5 May 1998 22:21:23 +0000 (22:21 +0000)
binutils/configure
binutils/configure.in

index 3645cdb50b089259a19b909651e740ebb2fff988..ae22bc8af2f9fdd5bfd364dc308841272a584772 100755 (executable)
@@ -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"
index 8af7f76aae7f796f0a99bbae8b65554d290a15bb..73dbde8e14729b1e6b7f53f1ee18e732f86648b5 100644 (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)'
This page took 0.029256 seconds and 4 git commands to generate.