diff options
author | phil <phil> | 2001-10-17 02:44:41 +0000 |
---|---|---|
committer | phil <phil> | 2001-10-17 02:44:41 +0000 |
commit | e65e612035c4f6758f157af14408721dedeb0fff (patch) | |
tree | c3f59102316757e4d02b6aecf4291d9bbf3de54a /devel/lwp | |
parent | 191eeaedf459da0270efebeea21c3ac77ca052be (diff) | |
download | pkgsrc-e65e612035c4f6758f157af14408721dedeb0fff.tar.gz |
This package (and all of coda) works on the arm32 (tested on a shark).
Diffstat (limited to 'devel/lwp')
-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 |