components/imagemagick/Makefile
changeset 171 dbff1afe6b31
parent 168 5884bc1edfdf
child 181 87e11e685b1f
--- a/components/imagemagick/Makefile	Tue Apr 05 21:26:34 2011 -0700
+++ b/components/imagemagick/Makefile	Thu Apr 07 22:51:51 2011 -0700
@@ -57,6 +57,11 @@
 #
 COMPONENT_PRE_CONFIGURE_ACTION= ($(CP) -R $(SOURCE_DIR)/PerlMagick $(@D))
 
+# Studio 12.1 -xO4 + -zignore on sparc causes linker core dump prior to
+# build 163.
+studio_OPT.sparc.32 =	-xO3
+studio_OPT.sparc.64 =	-xO3
+
 # Show name of "error tag" as part of the warning
 #
 CFLAGS+= -errtags