ref: 21197abe96e29cab30722a0d6652c56e7eb4579c 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