Rev 3699 | Rev 3882 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3699 | Rev 3803 | ||
|---|---|---|---|
| Line 28... | Line 28... | ||
| 28 | # |
28 | # |
| 29 | 29 | ||
| 30 | ## Setup toolchain |
30 | ## Setup toolchain |
| 31 | # |
31 | # |
| 32 | 32 | ||
| 33 | include ../../Makefile.config |
33 | -include ../../../Makefile.config |
| 34 | 34 | ||
| 35 | LIBC_PREFIX = ../../lib/libc |
35 | LIBC_PREFIX = ../../lib/libc |
| 36 | SOFTINT_PREFIX = ../../lib/softint |
36 | SOFTINT_PREFIX = ../../lib/softint |
| 37 | include $(LIBC_PREFIX)/Makefile.toolchain |
37 | include $(LIBC_PREFIX)/Makefile.toolchain |
| 38 | 38 | ||