893484bf10
on non-i386 platforms - there is no need to be MD - Change wrong LIB_DEPENDS to BUILD_DEPENDS because these libraries are all static. - Add 'test' target and turn it into a regress target for the port, using the provided test. - Add appropriate REGRESS_DEPENDS XXX regress currently fails on at least powerpc.
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
|