aboutsummaryrefslogtreecommitdiff
path: root/binutils/configure
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2003-05-16 16:30:27 +0000
committerNick Clifton <nickc@redhat.com>2003-05-16 16:30:27 +0000
commit80c7c40aefc1dc3e07a8130ed5b40d91017e292a (patch)
treeb06e51d145551d2126548976741d77cfa64d7c08 /binutils/configure
parent71bee782bfd89ad38efaf5e653dc5c36f2673547 (diff)
downloadfsf-binutils-gdb-80c7c40aefc1dc3e07a8130ed5b40d91017e292a.zip
fsf-binutils-gdb-80c7c40aefc1dc3e07a8130ed5b40d91017e292a.tar.gz
fsf-binutils-gdb-80c7c40aefc1dc3e07a8130ed5b40d91017e292a.tar.bz2
Replace i[3456]86 with i[3-7]86
Diffstat (limited to 'binutils/configure')
-rwxr-xr-xbinutils/configure6
1 files changed, 3 insertions, 3 deletions
diff --git a/binutils/configure b/binutils/configure
index 1a3f6e1..bdec136 100755
--- a/binutils/configure
+++ b/binutils/configure
@@ -5503,7 +5503,7 @@ do
NLMCONV_DEFS="-DNLMCONV_I386 -DNLMCONV_ALPHA -DNLMCONV_POWERPC -DNLMCONV_SPARC"
else
case $targ in
- i[3456]86*-*-netware*)
+ i[3-7]86*-*-netware*)
BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_I386"
;;
@@ -5542,13 +5542,13 @@ do
arm*-* | xscale-* | strongarm-* | d10v-*)
OBJDUMP_DEFS="-DDISASSEMBLER_NEEDS_RELOCS"
;;
- i[3-6]86-*-pe* | i[3-6]86-*-cygwin* | i[3-6]86-*-mingw32** | i[3-6]86-*-netbsdpe*)
+ i[3-7]86-*-pe* | i[3-7]86-*-cygwin* | i[3-7]86-*-mingw32** | i[3-7]86-*-netbsdpe*)
BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
;;
- i3-686-*-interix)
+ i[3-7]86-*-interix)
BUILD_DLLTOOL='$(DLLTOOL_PROG)'
DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
;;