Author: jbeich Date: Mon Jul 2 14:33:12 2012 New Revision: 833 Log: use assembly optimized freebl
Added: branches/experimental/security/nss/files/patch-lib-freebl-Makefile Added: branches/experimental/security/nss/files/patch-lib-freebl-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/experimental/security/nss/files/patch-lib-freebl-Makefile Mon Jul 2 14:33:12 2012 (r833) @@ -0,0 +1,11 @@ +--- lib/freebl/Makefile~ ++++ lib/freebl/Makefile +@@ -201,7 +201,7 @@ ifeq ($(USE_N32),1) + endif + endif + +-ifeq ($(OS_TARGET),Linux) ++ifeq (,$(filter-out Linux FreeBSD, $(OS_TARGET))) + ifeq ($(CPU_ARCH),x86_64) + ASFILES = arcfour-amd64-gas.s mpi_amd64_gas.s + ASFLAGS += -march=opteron -m64 -fPIC -Wa,--noexecstack _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "[email protected]"
