diff options
author | Waldemar Brodkorb <wbx@openwrt.org> | 2005-02-19 07:43:54 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openwrt.org> | 2005-02-19 07:43:54 +0000 |
commit | c75eeb62c560440292a753e9a8b17720c1aaa17e (patch) | |
tree | 17af14cf54a2edcc26567fb362b7a6904e0f0d9a /toolchain/Makefile.in | |
parent | b160f5932ba582f0f2306935bbce8c75cb860f91 (diff) | |
download | upstream-c75eeb62c560440292a753e9a8b17720c1aaa17e.tar.gz upstream-c75eeb62c560440292a753e9a8b17720c1aaa17e.tar.bz2 upstream-c75eeb62c560440292a753e9a8b17720c1aaa17e.zip |
sync with buildroot2 from uclibc, add my version of kernel-headers
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@266 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/Makefile.in')
-rw-r--r-- | toolchain/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/toolchain/Makefile.in b/toolchain/Makefile.in index 5b2d7f213d..bc2d26dfb2 100644 --- a/toolchain/Makefile.in +++ b/toolchain/Makefile.in @@ -5,3 +5,6 @@ endif # FIXME -- this is temporary OPTIMIZE_FOR_CPU=$(ARCH) + +# gcc has a bunch of needed stuff.... +include toolchain/gcc/Makefile.in |