diff options
author | jlam <jlam> | 2004-10-01 20:52:25 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-10-01 20:52:25 +0000 |
commit | 3c432087e1e49da426fbcad154979a4ee0c25a6d (patch) | |
tree | 3f7453826026987f761b21119538d74728648a66 /lang/perl58/Makefile | |
parent | 7cc83534422a0cc0dc82647c67c5b64e0ef54bbd (diff) | |
download | pkgsrc-3c432087e1e49da426fbcad154979a4ee0c25a6d.tar.gz |
Remove MIPSpro bits that added -n32 or -64 depending on the ABI; this
handling has been moved into mk/compiler/mipspro.mk.
Diffstat (limited to 'lang/perl58/Makefile')
-rw-r--r-- | lang/perl58/Makefile | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/lang/perl58/Makefile b/lang/perl58/Makefile index 7d62af9dd4e..921f7878a14 100644 --- a/lang/perl58/Makefile +++ b/lang/perl58/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2004/09/08 11:59:09 jlam Exp $ +# $NetBSD: Makefile,v 1.50 2004/10/01 20:52:26 jlam Exp $ # The following two variables should have empty values unless we're # building a perl snapshot or release candidate. @@ -101,7 +101,7 @@ CONFIGURE_ARGS+= -Duseithreads MKPIC?= yes -CONFIGURE_ARGS+= -Dcc="${PERL5_CC}" +CONFIGURE_ARGS+= -Dcc="${CC}" MAKE_ENV+= LANG="" .if ${OPSYS} == "Interix" @@ -189,16 +189,6 @@ MKPIC= no .include "../../mk/compiler.mk" -.if !empty(PKGSRC_COMPILER:Mmipspro) -. if ${ABI} == "32" -PERL5_CC= ${CC:T} -n32 -. elif ${ABI} == "64" -PERL5_CC= ${CC:T} -64 -. endif -.else -PERL5_CC= ${CC:T} -.endif - .if ${OPSYS} == "IRIX" && ${ABI} == "64" CONFIGURE_ARGS+= -Duse64bitint .endif |