ref: ae12fbde1cae1e9e3b3957350412e69d58903365
dir: /build/platform-freebsd.mk/
include build/platform-arch.mk SHAREDLIBSUFFIX = so CFLAGS += -fPIC LDFLAGS += -lpthread ifeq ($(ASM_ARCH), x86) ifeq ($(ENABLE64BIT), Yes) ASMFLAGS += -f elf64 else ASMFLAGS += -f elf endif endif