1
0
Fork 0
mirror of https://github.com/9fans/plan9port.git synced 2025-01-18 11:30:03 +00:00
plan9port/unix/make/Make.FreeBSD-386

8 lines
199 B
Text
Raw Normal View History

CC=gcc
CFLAGS+=-Wall -Wno-missing-braces -Wno-parentheses -Wno-switch -O2 -g -c -I. -I$(PREFIX)/include
O=o
AR=ar
ARFLAGS=rvc
NAN=nan64.$O # default, can be overriden by Make.$(SYSNAME)
NAN=nan64.$O