Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2008-01-17 | * Use static linking for mpfr/gmp instead of the rpath. This avoid the layering | Holger Freyther | 1 | |
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-11 | packages/gcc/gcc-cross-sdk_4.2.2.bb: Add as a copy of gcc-cross-sdk_4.1.1.bb | Holger Freyther | 1 | |
It looks like I need to build mpfr. The gmp(-native) and and mpfr(-native) situation in the -cross-sdk files is interesting as sometimes we don't need them sometimes we do... |