[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / cross / i386-cygwin32

Annotation of pkgsrc/cross/i386-cygwin32/Makefile, Revision 1.7

1.7     ! jmmv        1: # $NetBSD: Makefile,v 1.6 2001/03/10 21:15:27 wiz Exp $
1.1       oki         2: #
                      3:
                      4: DISTVERSION=           1.0.0.0
                      5: DISTFILES=             # none
1.7     ! jmmv        6: WRKSRC=                        ${WRKDIR}/${EGCS_DISTNAME}
1.1       oki         7:
1.3       minoura     8: MAINTAINER=            packages@netbsd.org
                      9: HOMEPAGE=              http://www.netbsd.org/
1.5       wiz        10: COMMENT=               Cross-compile environment for Cywin32/i386
1.1       oki        11:
                     12: USE_CROSS_BINUTILS=    yes
                     13: BINUTILS_GNUTARGET=    pe-i386
                     14: BINUTILS_LDEMULATION=  i386pe
                     15: USE_CROSS_EGCS=                yes
                     16: EGCS_FAKE_RUNTIME=     yes
                     17:
                     18: TARGET_ARCH=           i386-cygwin32
                     19:
                     20: BINUTILS_EXTRAS=       dlltool windres
1.2       fredb      21:
1.4       minoura    22: ## XXX
                     23: ## These headers are required to build libgcc.
                     24: ## We have to use the Cygwin versions of the headers, but for now
                     25: ## these are enough.
                     26: ## Actually we have to install Cygwin headers and libraries with this package;
                     27: ## the header files from NetBSD should be deleted at that time.
1.3       minoura    28: post-configure:
1.6       wiz        29:        ${CP} ${FILESDIR}/i386_limits.h ${CROSS_SYS_INCLUDE}/machine/limits.h
                     30:        ${CP} ${FILESDIR}/syslimits.h ${CROSS_SYS_INCLUDE}/sys/
                     31:        ${CP} ${FILESDIR}/featuretest.h ${CROSS_SYS_INCLUDE}/sys/
                     32:        ${CP} ${FILESDIR}/limits.h ${CROSS_SYS_INCLUDE}/
1.1       oki        33:
                     34: .include "../COMMON/cross.mk"

CVSweb <webmaster@jp.NetBSD.org>