pkgsrc/cross/i386-cygwin32/Makefile
jschauma e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00

34 lines
1,021 B
Makefile

# $NetBSD: Makefile,v 1.8 2003/06/02 01:21:12 jschauma Exp $
#
DISTVERSION= 1.0.0.0
DISTFILES= # none
WRKSRC= ${WRKDIR}/${EGCS_DISTNAME}
MAINTAINER= tech-pkg@netbsd.org
HOMEPAGE= http://www.netbsd.org/
COMMENT= Cross-compile environment for Cywin32/i386
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
## XXX
## These headers are required to build libgcc.
## We have to use the Cygwin versions of the headers, but for now
## these are enough.
## Actually we have to install Cygwin headers and libraries with this package;
## the header files from NetBSD should be deleted at that time.
post-configure:
${CP} ${FILESDIR}/i386_limits.h ${CROSS_SYS_INCLUDE}/machine/limits.h
${CP} ${FILESDIR}/syslimits.h ${CROSS_SYS_INCLUDE}/sys/
${CP} ${FILESDIR}/featuretest.h ${CROSS_SYS_INCLUDE}/sys/
${CP} ${FILESDIR}/limits.h ${CROSS_SYS_INCLUDE}/
.include "../COMMON/cross.mk"