summaryrefslogtreecommitdiff
path: root/packages/gcc/gcc-configure-cross.inc
AgeCommit message (Collapse)AuthorFiles
2008-10-06gcc-configure-cross.inc: create the target of the symlink if necessary;Mike Westerhof1
fixes build failures of gcc-cross-4.1.2
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-04-22gcc-configure-cross.inc: cleanup libstdc++.la for no-fpu builds tooJeremy Laine1
* fixes QA issues seen on powerpc/soft-float machines, for instance libasprintf.la referring to the build directory
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).