From a9baddd7d07b9fe15e212985a808a79773ec72e4 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Sat, 19 Mar 2011 22:26:06 -0400 Subject: initial check-in, taken from old libc svn repo with significant additions --- config.mak | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 config.mak (limited to 'config.mak') diff --git a/config.mak b/config.mak new file mode 100644 index 0000000..7be2b3a --- /dev/null +++ b/config.mak @@ -0,0 +1,3 @@ +CFLAGS += -Wall -Wno-overflow -Wno-unused -Wno-format +CFLAGS += -DHAVE_BSD_STRL +CFLAGS += -DDISABLE_SLOW_TESTS -- cgit v1.2.1