168a3b02ef
on non-i386 platforms - there is no need to be MD - Don't patch files into existence, use files/ for that - Change wrong LIB_DEPENDS to BUILD_DEPENDS because these libraries are all static. - Add appropriate regress targets with REGRESS_DEPENDS or set NO_REGRESS where such tests are not available. - Do not link with -g
9 lines
210 B
Plaintext
9 lines
210 B
Plaintext
CC=gcc
|
|
CFLAGS+=-Wall -Wno-missing-braces -Wno-parentheses -Wno-switch -O2 -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
|