diff options
| author | rsc <devnull@localhost> | 2003-09-30 17:47:41 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2003-09-30 17:47:41 +0000 |
| commit | b2cfc4e2e71d0f0a5113ddfbd93c8285cc4d74e4 (patch) | |
| tree | f382987fec33cf639d75b1fe1b5d76b8f155d074 /src/libbio/Make.Linux-386 | |
| parent | 5f7d5e8d1899f41b0e5366c0251530ea1dc753d0 (diff) | |
Initial revision
Diffstat (limited to 'src/libbio/Make.Linux-386')
| -rw-r--r-- | src/libbio/Make.Linux-386 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/libbio/Make.Linux-386 b/src/libbio/Make.Linux-386 new file mode 100644 index 00000000..74b0252c --- /dev/null +++ b/src/libbio/Make.Linux-386 @@ -0,0 +1,7 @@ +CC=gcc +CFLAGS+=-Wall -Wno-missing-braces -Wno-parentheses -Wno-switch -O2 -g -c -I. +O=o +AR=ar +ARFLAGS=rvc +NAN=nan64.$O # default, can be overriden by Make.$(SYSNAME) +NAN=nan64.$O |