14 lines
690 B
Diff
14 lines
690 B
Diff
Index: mozilla/security/nss/lib/freebl/Makefile
|
|
===================================================================
|
|
--- mozilla.orig/security/nss/lib/freebl/Makefile 2007-06-19 19:46:15.000000000 +0200
|
|
+++ mozilla/security/nss/lib/freebl/Makefile 2007-12-10 16:18:51.000000000 +0100
|
|
@@ -130,7 +130,7 @@ ifeq ($(CPU_ARCH),x86_64)
|
|
ASFILES = arcfour-amd64-gas.s mpi_amd64_gas.s
|
|
ASFLAGS += -march=opteron -m64 -fPIC
|
|
DEFINES += -DNSS_BEVAND_ARCFOUR -DMPI_AMD64 -DMP_ASSEMBLY_MULTIPLY
|
|
- DEFINES += -DNSS_USE_COMBA
|
|
+# DEFINES += -DNSS_USE_COMBA
|
|
DEFINES += -DMP_CHAR_STORE_SLOW -DMP_IS_LITTLE_ENDIAN
|
|
# DEFINES += -DMPI_AMD64_ADD
|
|
MPI_SRCS += mpi_amd64.c mp_comba.c
|