diff options
author | rsc <devnull@localhost> | 2004-03-25 23:08:24 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2004-03-25 23:08:24 +0000 |
commit | a27e20579cb03a28bd1e1b88e49f80db76e51d68 (patch) | |
tree | c3a2fae9c89bc8368bd28132004aa2f5df1ed583 /unix | |
parent | 8ad517944e46710ab832350c0dc3fc4e9239f7e2 (diff) | |
download | plan9port-a27e20579cb03a28bd1e1b88e49f80db76e51d68.tar.gz plan9port-a27e20579cb03a28bd1e1b88e49f80db76e51d68.tar.bz2 plan9port-a27e20579cb03a28bd1e1b88e49f80db76e51d68.zip |
More files.
Diffstat (limited to 'unix')
-rw-r--r-- | unix/make/Make.OpenBSD-386 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/unix/make/Make.OpenBSD-386 b/unix/make/Make.OpenBSD-386 new file mode 100644 index 00000000..087ed3ab --- /dev/null +++ b/unix/make/Make.OpenBSD-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 |