diff options
author | shattered <shattered> | 2011-11-15 20:26:04 +0000 |
---|---|---|
committer | shattered <shattered> | 2011-11-15 20:26:04 +0000 |
commit | 6ba2c49393a9711077e08944829e72f47637e283 (patch) | |
tree | 4db64f243875ee793474e07dd37eed9e27b86c87 /cross | |
parent | 24383e38148fd02511850e4052190ca9c69ee8e8 (diff) | |
download | pkgsrc-6ba2c49393a9711077e08944829e72f47637e283.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')
-rw-r--r-- | cross/i386-cygwin32/Makefile | 4 | ||||
-rw-r--r-- | cross/i386-linux/Makefile | 4 | ||||
-rw-r--r-- | cross/i386-msdosdjgpp/Makefile | 4 |
3 files changed, 9 insertions, 3 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 diff --git a/cross/i386-linux/Makefile b/cross/i386-linux/Makefile index 0c699d11828..83f353d9926 100644 --- a/cross/i386-linux/Makefile +++ b/cross/i386-linux/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2009/08/25 12:32:55 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2011/11/15 20:26:04 shattered Exp $ # DISTVERSION= 2.0.7.1 @@ -10,6 +10,8 @@ MASTER_SITES= # no known-good site; default to pkgsrc distfile mirrors MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Cross-compile environment for iX86 Linux, libc v6 +NOT_FOR_PLATFORM= *-*-x86_64 + BUILD_DEPENDS+= rpm-[0-9]*:../../misc/rpm CHECK_SHLIBS_SUPPORTED= no diff --git a/cross/i386-msdosdjgpp/Makefile b/cross/i386-msdosdjgpp/Makefile index 5ad964f8523..3bcb30f3ef3 100644 --- a/cross/i386-msdosdjgpp/Makefile +++ b/cross/i386-msdosdjgpp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2009/08/25 12:32:55 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2011/11/15 20:26:04 shattered Exp $ # DISTVERSION= 2.02.0 @@ -15,6 +15,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.delorie.com/djgpp/ COMMENT= Cross-compile environment for MS-DOS on 386 and higher +NOT_FOR_PLATFORM= *-*-x86_64 + BUILD_DEPENDS+= unzip-[0-9]*:../../archivers/unzip SITES.wmemu2b.zip= http://ftp.delorie.com/pub/djgpp/beta/ \ |