aboutsummaryrefslogtreecommitdiff
path: root/binutils/configure.in
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-12-19 22:22:02 +0000
committerNick Clifton <nickc@redhat.com>2000-12-19 22:22:02 +0000
commita8c548cb0c04dfbe117d2b268aaa1ae6714adbef (patch)
tree8eaefc59c0753251e1a9afa2b34866c8d66df56a /binutils/configure.in
parenta969366f78c156d1224e0d878a5c6363f667d898 (diff)
downloadgdb-a8c548cb0c04dfbe117d2b268aaa1ae6714adbef.zip
gdb-a8c548cb0c04dfbe117d2b268aaa1ae6714adbef.tar.gz
gdb-a8c548cb0c04dfbe117d2b268aaa1ae6714adbef.tar.bz2
Add missing support for arm-epoc-pe.
Diffstat (limited to 'binutils/configure.in')
-rw-r--r--binutils/configure.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/configure.in b/binutils/configure.in
index d0bd44b..184855b 100644
--- a/binutils/configure.in
+++ b/binutils/configure.in
@@ -204,6 +204,11 @@ changequote([,])dnl
*-*-hms*) BUILD_SRCONV='$(SRCONV_PROG)' ;;
esac
case $targ in
+ arm-epoc-pe*)
+ BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
+ DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM_EPOC -DDLLTOOL_ARM"
+ BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
+ ;;
arm-*pe* | arm-*-wince)
BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM"