diff options
author | shattered <shattered@pkgsrc.org> | 2011-11-15 20:26:04 +0000 |
---|---|---|
committer | shattered <shattered@pkgsrc.org> | 2011-11-15 20:26:04 +0000 |
commit | e6deec5d03844be4282687bb811322d5115f5a26 (patch) | |
tree | 4db64f243875ee793474e07dd37eed9e27b86c87 /cross/i386-cygwin32 | |
parent | 2e843a576f3fd2ea7b2721c6c8ec856d204f469c (diff) | |
download | pkgsrc-e6deec5d03844be4282687bb811322d5115f5a26.tar.gz |
PR/41459 -- mark as not available on x86_64 (these use egcs-1.1.1, which
predates x86_64).
Diffstat (limited to 'cross/i386-cygwin32')
-rw-r--r-- | cross/i386-cygwin32/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cross/i386-cygwin32/Makefile b/cross/i386-cygwin32/Makefile index d4d0aaa9eef..b9d5e89920e 100644 --- a/cross/i386-cygwin32/Makefile +++ b/cross/i386-cygwin32/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2009/08/25 12:32:54 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2011/11/15 20:26:04 shattered Exp $ # DISTVERSION= 1.0.0.0 @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.NetBSD.org/ COMMENT= Cross-compile environment for Cywin32/i386 +NOT_FOR_PLATFORM= *-*-x86_64 + WRKSRC= ${WRKDIR}/${EGCS_DISTNAME} USE_CROSS_BINUTILS= yes BINUTILS_GNUTARGET= pe-i386 |