Search
j0ke.net Open Build Service
>
Projects
>
mozilla
>
mozilla-nss
> nss-amd64-comba.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File nss-amd64-comba.patch of Package mozilla-nss (Revision 24)
Currently displaying revision
24
,
show latest
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