Do not build dlltool on i386 openbsd, same problem as powerpc had,

diff is slightly larger to deal with the changequote. Here as other
places the changequote pair will only affect the one line.
This commit is contained in:
drahn 2002-05-07 03:34:18 +00:00
parent 9d8b1484f0
commit bc1593c9e3

View File

@ -1,12 +1,23 @@
$OpenBSD: patch-binutils_configure_in,v 1.1 2002/05/06 22:57:48 drahn Exp $
--- binutils/configure.in.orig Mon May 6 17:33:12 2002
+++ binutils/configure.in Mon May 6 17:33:04 2002
@@ -260,6 +260,8 @@ changequote([,])dnl
$OpenBSD: patch-binutils_configure_in,v 1.2 2002/05/07 03:34:18 drahn Exp $
--- binutils/configure.in.orig Mon Jan 14 07:10:13 2002
+++ binutils/configure.in Mon May 6 22:29:48 2002
@@ -249,6 +249,10 @@ changequote([,])dnl
OBJDUMP_DEFS="-DDISASSEMBLER_NEEDS_RELOCS"
;;
changequote(,)dnl
+ i[3-6]86-*-openbsd*)
+changequote([,])dnl
+ ;;
+changequote(,)dnl
i[3-6]86-*pe* | i[3-6]86-*-cygwin* | i[3-6]86-*-mingw32*)
changequote([,])dnl
BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
@@ -259,6 +263,8 @@ changequote([,])dnl
i[3-6]86-*-interix)
BUILD_DLLTOOL='$(DLLTOOL_PROG)'
DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
;;
+ powerpc*-*-openbsd*)
+ ;;
+ powerpc*-*-openbsd*)
;;
powerpc*-*-*pe* | powerpc*-*-cygwin*)
BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_PPC"