This cross-compile environment for PE/COFF Cygwin32/i386.

This commit is contained in:
oki 2000-05-31 17:54:25 +00:00
parent 37a3eb587d
commit 3c98a006cb
8 changed files with 56 additions and 0 deletions

View file

@ -0,0 +1,22 @@
# $NetBSD: Makefile,v 1.1 2000/05/31 17:54:25 oki Exp $
#
DISTVERSION= 1.0.0.0
DISTFILES= # none
#MAINTAINER= packages@netbsd.org
#HOMEPAGE= http://www.netbsd.org/
WRKSRC= ${WRKDIR}/${EGCS_DISTNAME}
USE_CROSS_BINUTILS= yes
BINUTILS_GNUTARGET= pe-i386
BINUTILS_LDEMULATION= i386pe
USE_CROSS_EGCS= yes
EGCS_FAKE_RUNTIME= yes
TARGET_ARCH= i386-cygwin32
BINUTILS_EXTRAS= dlltool windres
.include "../COMMON/cross.mk"

View file

@ -0,0 +1,5 @@
$NetBSD: md5,v 1.1 2000/05/31 17:54:26 oki Exp $
MD5 (binutils-2.9.1.tar.gz) = 8f9ad1a6e96742fd3069479171a63c22
MD5 (egcs-1.1.1.tar.gz) = 0b3f0e856dcbb2241c183081fc7271af
MD5 (egcs-1.1.1-NetBSD-19980104.diff.gz) = 8c4d952d999ead62f6604948c65c2454

View file

@ -0,0 +1,3 @@
$NetBSD: patch-sum,v 1.1 2000/05/31 17:54:26 oki Exp $
MD5 (patch-aa) = 9fb345cb6c750d82fde91ae507592750

View file

@ -0,0 +1,11 @@
--- gcc/cpphash.c.orig Thu Jun 1 01:38:11 2000
+++ gcc/cpphash.c Thu Jun 1 01:54:57 2000
@@ -88,7 +88,7 @@
/* Lookups pass no hashcode. #define passes one. Look for no hashcode. */
if (islookup && !strncmp(name, "unix", len) && !warned_unix) {
warned_unix++;
- warning("deprecated symbol \"unix\" is no longer predefined");
+ cpp_warning(pfile, "deprecated symbol \"unix\" is no longer predefined");
}
return (HASHNODE *) 0;
}

View file

@ -0,0 +1 @@
Cross-compile environment for Cywin32/i386

View file

@ -0,0 +1 @@
This cross-compile environment for PE/COFF Cygwin32/i386.

View file

@ -0,0 +1,12 @@
=============================================================================
$NetBSD: MESSAGE,v 1.1 2000/05/31 17:54:27 oki Exp $
This pkg DOES NOT install headers or runtime link libraries. Only the
compilers are installed.
In order to have a complete development setup, you need to install
includes and libraries in ${CROSSBASE}/i386-cygwin32/include and
${CROSSBASE}/i386-cygwin32/lib respectively, or symlink these paths to
the appropriate places.
=============================================================================

View file

@ -0,0 +1 @@
@comment $NetBSD: PLIST,v 1.1 2000/05/31 17:54:28 oki Exp $