Rev 2927 | Rev 4340 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2927 | Rev 3690 | ||
---|---|---|---|
Line 3... | Line 3... | ||
3 | 3 | ||
4 | # Modified and ported to HelenOS by Jakub Jermar |
4 | # Modified and ported to HelenOS by Jakub Jermar |
5 | 5 | ||
6 | LIBC_PREFIX=$(shell cd ../../../lib/libc; pwd) |
6 | LIBC_PREFIX=$(shell cd ../../../lib/libc; pwd) |
7 | 7 | ||
- | 8 | include ../../../Makefile.config |
|
8 | include $(LIBC_PREFIX)/Makefile.toolchain |
9 | include $(LIBC_PREFIX)/Makefile.toolchain |
9 | 10 | ||
10 | LIBS = $(LIBC_PREFIX)/libc.a |
11 | LIBS = $(LIBC_PREFIX)/libc.a |
11 | CFLAGS += -I$(LIBC_PREFIX)/include -trigraphs |
12 | CFLAGS += -I$(LIBC_PREFIX)/include -trigraphs |
12 | 13 |