39f2a1c05c
- don't force compiler optimization - don't hardcode CC - regen patches while here ok markus@ (maintainer)
8 lines
199 B
Plaintext
8 lines
199 B
Plaintext
CFLAGS+=-Wall -Wno-missing-braces -Wno-parentheses -Wno-switch -c -I. -I$(PREFIX)/include
|
|
O=o
|
|
AR=ar
|
|
ARFLAGS=rvc
|
|
NAN=nan64.$O # default, can be overriden by Make.$(SYSNAME)
|
|
NAN=nan64.$O
|
|
RANLIB=ranlib
|