Print this page
7170 ENABLE_PERL64 multiarch builds
reviewed by: Andrew Stormont <andyjstormont@gmail.com>
reviewed by: Lauri Tirkkonen <lotheac@iki.fi>

@@ -102,10 +102,11 @@
 # The default is POUND_SIGN, meaning "not enabled". If the environment
 # passes in an override like ENABLE_SMB_PRINTING= (empty) that will
 # uncomment things in the lower Makefiles to enable the feature.
 ENABLE_IPP_PRINTING=    $(POUND_SIGN)
 ENABLE_SMB_PRINTING=    $(POUND_SIGN)
+ENABLE_PERL64=          $(POUND_SIGN)
 
 # CLOSED is the root of the tree that contains source which isn't released
 # as open source
 CLOSED=         $(SRC)/../closed
 

@@ -171,12 +172,14 @@
 XREF=           $(ONBLD_TOOLS)/bin/xref
 FIND=           /usr/bin/find
 PERL=           /usr/bin/perl
 PERL_VERSION=   5.10.0
 PERL_PKGVERS=   -510
-PERL_ARCH =             i86pc-solaris-64int
-$(SPARC_BLD)PERL_ARCH = sun4-solaris-64int
+PERL_ARCH=      i86pc-solaris-64int
+PERL_ARCH64=    i86pc-solaris-64
+$(SPARC_BLD)PERL_ARCH=          sun4-solaris-64int
+$(SPARC_BLD)PERL_ARCH64=        sun4-solaris-64
 PYTHON_26=      /usr/bin/python2.6
 PYTHON=         $(PYTHON_26)
 SORT=           /usr/bin/sort
 TOUCH=          /usr/bin/touch
 WC=             /usr/bin/wc