summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjulien.pierre.boogz%sun.com <devnull@localhost>2008-03-28 00:35:26 +0000
committerjulien.pierre.boogz%sun.com <devnull@localhost>2008-03-28 00:35:26 +0000
commit358c7f95f761cbcbc53dbd8d76663d2f87e8f714 (patch)
tree646d65d514656c119c67be6e398d576b298c594f
parentda067c5f79568aa1205a08ef9d9cabee408ef4da (diff)
downloadnss-hg-358c7f95f761cbcbc53dbd8d76663d2f87e8f714.tar.gz
Fix for bug 424917 . Performance regression with studio 12 . r=nelson
-rw-r--r--security/nss/lib/freebl/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/nss/lib/freebl/Makefile b/security/nss/lib/freebl/Makefile
index 8b727ea12..866f7a567 100644
--- a/security/nss/lib/freebl/Makefile
+++ b/security/nss/lib/freebl/Makefile
@@ -376,6 +376,7 @@ else
ASFILES = arcfour-amd64-sun.s mpi_amd64_sun.s sha-fast-amd64-sun.s
ASFILES += mp_comba_amd64_sun.s mpcpucache_amd64.s
ASFLAGS += -xarch=generic64 -K PIC
+ SOL_CFLAGS += -xprefetch=no
SHA_SRCS =
MPCPU_SRCS =
endif