inet_pton tests, fix regression test case
[libc-test] / config.mak.def
1 CFLAGS += -pipe -std=c99 -D_POSIX_C_SOURCE=200809L -Wall -Wno-unused-function -Wno-missing-braces -Wno-unused -Wno-overflow
2 CFLAGS += -Wno-unknown-pragmas -fno-builtin -frounding-math
3 CFLAGS += -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith
4 CFLAGS += -g
5 LDFLAGS += -g
6 LDLIBS += -lpthread -lm -lrt
7
8 # glibc specific settings
9 CFLAGS += -D_FILE_OFFSET_BITS=64
10 LDLIBS += -lcrypt -ldl -lresolv -lutil
11