5.7.2012 15:14, Kai Ruottu kirjoitti:
5.7.2012 15:07, Kai Ruottu kirjoitti:
That they would be built with the GCC sources means in your case
providing
symlinks or links :
gcc-4.7.1/gmp -> $src/gmp-latest
gcc-4.7.1/gmp -> $src/mpfr-latest
gcc-4.7.1/gmp -> $src/mpc-latest
to point to their main src directories as subdirs 'gmp', 'mpfr' and
'mpc' in the
main gcc-4.7.1 sources....
Oops, "copy and paste" may leave errors :-(
gcc-4.7.1/gmp -> $src/gmp-latest
gcc-4.7.1/mpfr -> $src/mpfr-latest
gcc-4.7.1/mpc -> $src/mpc-latest
was what I had to write...
Furthermore: When the GCC sources include the gmp, mpfr and mpc sources as
subdirectories, one doesn't need to tell where they are, the configury
system will
find the sources and the results in $build/gmp, $build/mpfr and $build/mpc
automagically. This is identical with the behaviour with the 'newlib'
and 'libgloss'
subdirs when producing the base C library for an embedded system toolchain
at the same time with GCC...