Rev 4340 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4340 | Rev 4341 | ||
|---|---|---|---|
| Line 5... | Line 5... | ||
| 5 | 5 | ||
| 6 | -include ../../../../Makefile.config |
6 | -include ../../../../Makefile.config |
| 7 | 7 | ||
| 8 | LIBC_PREFIX=$(shell cd ../../../lib/libc; pwd) |
8 | LIBC_PREFIX=$(shell cd ../../../lib/libc; pwd) |
| 9 | 9 | ||
| 10 | include ../../../Makefile.config |
- | |
| 11 | include $(LIBC_PREFIX)/Makefile.toolchain |
10 | include $(LIBC_PREFIX)/Makefile.toolchain |
| 12 | 11 | ||
| 13 | LIBS = $(LIBC_PREFIX)/libc.a |
12 | LIBS = $(LIBC_PREFIX)/libc.a |
| 14 | CFLAGS += -I$(LIBC_PREFIX)/include -trigraphs |
13 | CFLAGS += -I$(LIBC_PREFIX)/include -trigraphs |
| 15 | 14 | ||