diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-02-19 07:43:54 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-02-19 07:43:54 +0000 |
commit | d66efda5367272e0e48dfaec2b00964c42400319 (patch) | |
tree | 6ed21043834a77546ceeaa62305e0f8ff551cd77 /openwrt/toolchain/Makefile.in | |
parent | 452af57354f45fc7db050646d9fa7e674a6f327d (diff) |
sync with buildroot2 from uclibc, add my version of kernel-headers
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@266 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/toolchain/Makefile.in')
-rw-r--r-- | openwrt/toolchain/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openwrt/toolchain/Makefile.in b/openwrt/toolchain/Makefile.in index 5b2d7f213..bc2d26dfb 100644 --- a/openwrt/toolchain/Makefile.in +++ b/openwrt/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 |