ref: 0339cd51c59367f6d4ae37e22ad2b8388efe0e80 dir: /build/platform-freebsd.mk/
ASM = nasm CFLAGS += -fPIC -DMT_ENABLED LDFLAGS += -lpthread ASMFLAGS += -DNOPREFIX ifeq ($(ENABLE64BIT), Yes) ASMFLAGS += -f elf64 else ASMFLAGS += -f elf endif