mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
unix ports: add Make.Darwin-386 file
This commit is contained in:
parent
ca6838a1ed
commit
2fb736b2e1
1 changed files with 7 additions and 0 deletions
7
unix/make/Make.Darwin-386
Normal file
7
unix/make/Make.Darwin-386
Normal file
|
@ -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
|
||||||
|
RANLIB=ranlib
|
Loading…
Reference in a new issue