diff options
author | Nick Clifton <nickc@redhat.com> | 2003-05-16 16:30:27 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-05-16 16:30:27 +0000 |
commit | 80c7c40aefc1dc3e07a8130ed5b40d91017e292a (patch) | |
tree | b06e51d145551d2126548976741d77cfa64d7c08 /binutils/configure.in | |
parent | 71bee782bfd89ad38efaf5e653dc5c36f2673547 (diff) | |
download | gdb-80c7c40aefc1dc3e07a8130ed5b40d91017e292a.zip gdb-80c7c40aefc1dc3e07a8130ed5b40d91017e292a.tar.gz gdb-80c7c40aefc1dc3e07a8130ed5b40d91017e292a.tar.bz2 |
Replace i[3456]86 with i[3-7]86
Diffstat (limited to 'binutils/configure.in')
-rw-r--r-- | binutils/configure.in | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/binutils/configure.in b/binutils/configure.in index 965f468..fb4da0c 100644 --- a/binutils/configure.in +++ b/binutils/configure.in @@ -208,7 +208,7 @@ do else case $targ in changequote(,)dnl - i[3456]86*-*-netware*) + i[3-7]86*-*-netware*) changequote([,])dnl BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)' NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_I386" @@ -249,14 +249,16 @@ changequote([,])dnl OBJDUMP_DEFS="-DDISASSEMBLER_NEEDS_RELOCS" ;; changequote(,)dnl - 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*) changequote([,])dnl BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)' DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386" BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)' BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)' ;; - i[3-6]86-*-interix) +changequote(,)dnl + i[3-7]86-*-interix) +changequote([,])dnl BUILD_DLLTOOL='$(DLLTOOL_PROG)' DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386" ;; |