bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: PATCH: Add i386-*-netbsdpe target


From: TAMURA Kent
Subject: Re: PATCH: Add i386-*-netbsdpe target
Date: Wed, 22 May 2002 18:39:07 +0900 (JST)
User-agent: REMI/1.14.2 (Hokuhoku-Ōshima) Chao/1.14.1 (Rokujizō) APEL/10.3 Emacs/21.2 (i386-unknown-netbsdelf1.5ZC) MULE/5.0 (SAKAKI)

In message "PATCH: Add i386-*-netbsdpe target"
    on 02/05/22, TAMURA Kent <address@hidden> writes:
> The attached patch adds i386-*-netbsdpe (Win32 on NetBSD), which
> is used by PEACE [1].  Would you incorporate it?

Oops, I forgot to add a patch for binutils.

binutils:
2002-xx-xx   TAMURA Kent <address@hidden>

        * configure.in: Builds dlltool for i386-netbsdpe.

-- 
TAMURA Kent <address@hidden> <address@hidden>

Index: configure.in
===================================================================
RCS file: /cvs/src/src/binutils/configure.in,v
retrieving revision 1.30
diff -u -u -r1.30 configure.in
--- configure.in        8 May 2002 23:15:36 -0000       1.30
+++ configure.in        22 May 2002 09:32:39 -0000
@@ -249,7 +249,7 @@
          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-pe* | i[3-6]86-*-cygwin* | i[3-6]86-*-mingw32* | 
i[3-6]86-*-netbsdpe*)
 changequote([,])dnl
          BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
          DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"

reply via email to

[Prev in Thread] Current Thread [Next in Thread]