* Use static linking for mpfr/gmp instead of the rpath. This avoid the layering
authorHolger Freyther <zecke@selfish.org>
Thu, 17 Jan 2008 14:05:03 +0000 (14:05 +0000)
committerHolger Freyther <zecke@selfish.org>
Thu, 17 Jan 2008 14:05:03 +0000 (14:05 +0000)
commit898c5fa4f1a22a909b898dd018b1d19e8f7b3db4
tree3897ae110eb636314f15a467ef3bcc80565d1c5d
parente8a60c1e518ddfeb5b5b913c3631b5daa56f6dad
* Use static linking for mpfr/gmp instead of the rpath. This avoid the layering
  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.
packages/gcc/gcc-4.2.2/fortran-cross-compile-hack.patch [new file with mode: 0644]
packages/gcc/gcc-4.2.2/fortran-static-linking.patch [moved from packages/gcc/gcc-4.2.2/fortran-libs-rpath-to-staging-hack.patch with 84% similarity]
packages/gcc/gcc-cross-sdk_4.2.2.bb
packages/gcc/gcc-cross_4.2.2.bb
packages/gcc/gcc_4.2.2.bb