diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-01-21 12:58:51 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-01-21 12:58:51 +0000 |
commit | 726abd4e519f97eda6f6dfc1b6b9505fc37e8b23 (patch) | |
tree | 660193529c48e113266f8e844b8a309db45ecc2b /toolchain/Makefile.in | |
parent | 50399135542bfb1d7f49ff276f47081313d1426d (diff) |
- provide means to "install uClibc headers in the target filesystem" without a native compiler
Diffstat (limited to 'toolchain/Makefile.in')
-rw-r--r-- | toolchain/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/toolchain/Makefile.in b/toolchain/Makefile.in index 1a2c0f26f..45ee14a3b 100644 --- a/toolchain/Makefile.in +++ b/toolchain/Makefile.in @@ -16,3 +16,5 @@ OPTIMIZE_FOR_CPU=$(ARCH) # gcc has a bunch of needed stuff.... include toolchain/gcc/Makefile.in + +include toolchain/uClibc/Makefile.in |