ref: 7d29cecc0e9736e6c2ce698f08c50aa648f12b4f 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