diff options
Diffstat (limited to 'src/libutf/Make.NetBSD-386')
-rw-r--r-- | src/libutf/Make.NetBSD-386 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/libutf/Make.NetBSD-386 b/src/libutf/Make.NetBSD-386 new file mode 100644 index 00000000..087ed3ab --- /dev/null +++ b/src/libutf/Make.NetBSD-386 @@ -0,0 +1,7 @@ +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 |