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 | 3a4fc972618efa39e69996cd1746104015502965 (patch) | |
tree | 4db64f243875ee793474e07dd37eed9e27b86c87 /cross/i386-linux | |
parent | 0b6be350b4d87e0bbe0ddb123b18ec59dea417a4 (diff) | |
download | pkgsrc-3a4fc972618efa39e69996cd1746104015502965.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-linux')
-rw-r--r-- | cross/i386-linux/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |