blob: ff51b6c41df7dbcd1c406a3900d71d856f3d8611 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
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
|