pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang Remove MIPSpro bits that added -n32 or -64 depend...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/58846cb8edaf
branches:  trunk
changeset: 481328:58846cb8edaf
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Oct 01 20:52:25 2004 +0000

description:
Remove MIPSpro bits that added -n32 or -64 depending on the ABI; this
handling has been moved into mk/compiler/mipspro.mk.

diffstat:

 lang/perl5/Makefile  |  10 +---------
 lang/perl58/Makefile |  14 ++------------
 2 files changed, 3 insertions(+), 21 deletions(-)

diffs (59 lines):

diff -r d79fe44deb3e -r 58846cb8edaf lang/perl5/Makefile
--- a/lang/perl5/Makefile       Fri Oct 01 19:22:26 2004 +0000
+++ b/lang/perl5/Makefile       Fri Oct 01 20:52:25 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.85 2004/08/27 06:29:08 jlam Exp $
+# $NetBSD: Makefile,v 1.86 2004/10/01 20:52:25 jlam Exp $
 
 .include "../../lang/perl5/Makefile.common"
 
@@ -57,14 +57,6 @@
 
 MKPIC?=                        yes
 
-.if !empty(PKGSRC_COMPILER:Mmipspro*)
-.  if ${ABI} == "32"
-CONFIGURE_ARGS+=        -Dcc='cc -n32'
-.  elif ${ABI} == "64"
-CONFIGURE_ARGS+=        -Dcc='cc -64'
-.  endif
-.endif
-
 .if ${OPSYS} == "IRIX" && ${ABI} == "64"
 CONFIGURE_ARGS+=       -Duse64bitint
 .endif
diff -r d79fe44deb3e -r 58846cb8edaf lang/perl58/Makefile
--- a/lang/perl58/Makefile      Fri Oct 01 19:22:26 2004 +0000
+++ b/lang/perl58/Makefile      Fri Oct 01 20:52:25 2004 +0000
@@ -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 @@
 
 MKPIC?=                yes
 
-CONFIGURE_ARGS+=       -Dcc="${PERL5_CC}"
+CONFIGURE_ARGS+=       -Dcc="${CC}"
 MAKE_ENV+=             LANG=""
 
 .if ${OPSYS} == "Interix"
@@ -189,16 +189,6 @@
 
 .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



Home | Main Index | Thread Index | Old Index