# HG changeset patch # User Vladimir Marek # Date 1424795491 -3600 # Node ID 417c8308b4af7ee3b0397bf3e08501815b56bd4b # Parent ac09ed0f6fd4215f68dd60b725790f319566ff2f 17541409 dtrace support in perl causes segv core dump from perl scripts. diff -r ac09ed0f6fd4 -r 417c8308b4af components/perl/perl516/Makefile --- a/components/perl/perl516/Makefile Tue Mar 03 16:36:10 2015 -0800 +++ b/components/perl/perl516/Makefile Tue Feb 24 17:31:31 2015 +0100 @@ -61,6 +61,9 @@ studio_ALIGN= studio_MT= +# Sparc optimization -xO4 makes perl dtrace probes broken +studio_OPT.sparc.64=-xO3 + CONFIGURE_SCRIPT = $(SOURCE_DIR)/Configure CONFIGURE_ENV += MAKE=$(GMAKE) CONFIGURE_ENV += PATH=$(dir $(CC)):$(PATH) diff -r ac09ed0f6fd4 -r 417c8308b4af components/perl512/Makefile --- a/components/perl512/Makefile Tue Mar 03 16:36:10 2015 -0800 +++ b/components/perl512/Makefile Tue Feb 24 17:31:31 2015 +0100 @@ -59,6 +59,9 @@ studio_ALIGN= studio_MT= +# Sparc optimization -xO4 makes perl dtrace probes broken +studio_OPT.sparc.32=-xO3 + # # The extra Configure parameters (cf_email, cf_by, myhostname) and # the gawk and sed that follow are attempting to sanatize the