summaryrefslogtreecommitdiff
path: root/packages/gcc/gcc-configure-sdk.inc
AgeCommit message (Collapse)AuthorFiles
2008-11-21gcc-configure-sdk.inc: Change gxx-include path being passedKhem Raj1
* Make gxx-include paths relative to sysroot and not build time sysroot.
2008-07-25Change the toolchain build sequence. Helps in reproducable toolchains ↵Khem Raj1
components when recompiled. Also same sequence for all different combinations (uclibc/nptl/eglibc/glibc/linuxthreads). Also fixes and patches that I worked to get various ancient compilers working.
2008-03-17gcc-configure-sdk.inc: Fix rather nasty typoRichard Purdie1
2008-03-16gcc: Move old style gcc*build*.inc includes into ↵Richard Purdie1
gcc-configure-{target|cross|sdk} and a common include file. Factor some common data not related to configure into gcc-common.inc. Rewrite 3.3.3 and 3.3.4 recipes to use standard includes (tested and they work).