diff options
author | dmcmahill <dmcmahill> | 2000-07-24 22:04:05 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2000-07-24 22:04:05 +0000 |
commit | e3f2b2a419b6ad64c78fb66f4210972b9b946e6d (patch) | |
tree | aa1ffedff4a3238ea8f6494a1e00c3fac0d860c1 /devel/lwp/Makefile | |
parent | 8ec6115d726b494e604641c250c4192152808569 (diff) | |
download | pkgsrc-e3f2b2a419b6ad64c78fb66f4210972b9b946e6d.tar.gz |
- add NOT_FOR_PLATFORM *-*-mips* along with a note on where work is needed for
full support.
-add partial mips support, but still get:
process.s:177: Warning: MIPS PIC call to register other than $25
process.s:177: Warning: No .cprestore pseudo-op used in PIC code
Diffstat (limited to 'devel/lwp/Makefile')
-rw-r--r-- | devel/lwp/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/lwp/Makefile b/devel/lwp/Makefile index ed43dd0ba12..1a3fb266ee6 100644 --- a/devel/lwp/Makefile +++ b/devel/lwp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/06/01 11:23:23 rh Exp $ +# $NetBSD: Makefile,v 1.5 2000/07/24 22:04:05 dmcmahill Exp $ # DISTNAME= lwp-1.1 @@ -9,6 +9,9 @@ MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/coda/src/ \ MAINTAINER= fb@enteract.com HOMEPAGE= http://www.coda.cs.cmu.edu/ +# ${WRKDIR}/src/process.ss needs more work for mips +NOT_FOR_PLATFORM= *-*-mips* + GNU_CONFIGURE= YES USE_PKGLIBTOOL= YES |