aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gcc/gcc-cross-intermediate_svn.bb
AgeCommit message (Collapse)Author
2010-03-11Revert "Pull mpfr/gmp builds into gcc builds". This doesn't fix thepb/toolchain-desuckTom Rini
problem with gcc-cross-sdk & company linking against stuff we don't ship. After talking with Khem and pb, lets try using the crosssdk / nativesdk stuff if we can to get static libs for gcc to use. This reverts commit f38f68c348506605c32b7eaf69c194a802b3c80d. Conflicts: recipes/gcc/gcc-4.4.1.inc recipes/gcc/gcc-4.4.2.inc recipes/gcc/gcc-4.4.3.inc
2010-03-04Pull mpfr/gmp builds into gcc buildsTom Rini
TODO: Apply mpfr/gmp patches in these builds, give the new libs that gcc_svn / gcc-4.5 use the same treatment.
2009-12-30gcc-cvs: DEPEND on libmpc instead of mpc.Khem Raj
* Define BINV to 4.5.0 * Add fortran-cross-compile-hack.patch. * Bump SRCREV. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-12-14gcc-svn: Add mpc to DEPENDS.Khem Raj
* mpc-native is needed for cross gcc recipes. * mpc will be needed for gcc recipes. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-04-06gcc-svn: Add recipe to build bleeding edge gcc.Khem Raj