summaryrefslogtreecommitdiff
path: root/packages/gcc/gcc-cross_4.2.2.bb
AgeCommit message (Collapse)AuthorFiles
2008-01-17* Use static linking for mpfr/gmp instead of the rpath. This avoid the layeringHolger Freyther1
violation and makes sure that gcc-cross-sdk will build as well. * For gcc4.3 we need to look at the gmp/mpfr again as they will be required for everything and not just gfortran * Apply a patch to gcc_4.2.2 but only if we want to build gcc. We want to be able to use arm-angstrom-linux-gnueabi-gfortran and the GF="$(GFORTRAN)" would have set the fortran to 'gfortran' and we ended up with a build error. Some more experiments with GFORTRAN_FOR_TARGET are needed.
2008-01-16gcc_4.2.2.bb: add patch for powerpc e300c2 and e300c3 coresJeremy Laine1
2008-01-15packages/gcc/gcc-cross_4.2.2: Attempt to fix the fortran issueHolger Freyther1
f951 was not executable because libmpfr and libgmp which were build by OpenEmbedded were not found. They resist in the staging lib directory and we do not have the LD_LIBRARY_PATH set. --enable-rpath for gcc was not an option, as we would have difficulties to say which path would be checked (we install to cross and not staging). Attempt to set an rpath when linking to mpfr/gmp. We pass --with-mpfr to the gcc-cross, patch the configure to add an -Wl,-rpath, to gmplibs, this gets set to GMPLIBS, which gets replaced to HOST_GMPLIBS in the Makefile inside the builddir, which will be used when linking the f951 utility.
2007-12-03gcc: replace non-functional block o'python with working overridesKoen Kooi1
2007-11-30Disable libssp libgomp and libmudflap in cross gcc 4.2.xKhem Raj1
2007-10-29Remove final references to BUILD_SYS in staging pathsRichard Purdie1
2007-10-10gcc: add 4.2.2Koen Kooi1