diff options
author | phil <phil@pkgsrc.org> | 2001-10-17 02:44:41 +0000 |
---|---|---|
committer | phil <phil@pkgsrc.org> | 2001-10-17 02:44:41 +0000 |
commit | da345cc1ad2fa278f63a7101ea13dbb6e857d707 (patch) | |
tree | c3f59102316757e4d02b6aecf4291d9bbf3de54a /devel | |
parent | fe3b75ef446dc21f6f384864dbe5febf0f80c480 (diff) | |
download | pkgsrc-da345cc1ad2fa278f63a7101ea13dbb6e857d707.tar.gz |
This package (and all of coda) works on the arm32 (tested on a shark).
Diffstat (limited to 'devel')
-rw-r--r-- | devel/lwp/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/lwp/Makefile b/devel/lwp/Makefile index e92686c7d3e..bb4ec53c98b 100644 --- a/devel/lwp/Makefile +++ b/devel/lwp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2001/06/19 03:22:40 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2001/10/17 02:44:41 phil Exp $ # DISTNAME= lwp-1.6 @@ -12,7 +12,8 @@ COMMENT= Light Weight Process style threads # ${WRKSRC}/src/process.ss needs pmap handling assembly for # each arch. Mips has it, but it evidently needs more work. -ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-m68k NetBSD-*-sparc* +ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-m68k NetBSD-*-sparc* \ + NetBSD-*-arm32 GNU_CONFIGURE= YES USE_LIBTOOL= YES |