index
:
libc-tests
libc-tests
tests for conformance with ISO/IEC 9899
summary
refs
log
tree
commit
diff
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rw-r--r--
config.mk
7
1 files changed, 3 insertions, 4 deletions
diff --git a/config.mk b/config.mk
index e55161a..5703207 100644
--- a/
config.mk
+++ b/
config.mk
@@ -1,4 +1,3 @@
-CC=c99
-INCLUDEDIR=../include
-LIBDIR=../
-LIBS=-lc -lm
+CC=ungol-gcc
+CFLAGS=-fno-builtin -g -std=c89
+LDFLAGS=-lc -lm