094fd1d01d
The HOST_GCC_CONFIGURE_SYMLINK creates a symbolic link $(@D)/build/configure -> $(@D)/configure for each build step of gcc. However, it was only using 'ln -s' and not 'ln -sf', which was causing problems when doing 'make host-gcc-final-reconfigure' for example, because the configure commands (including this macro) are being re-executed, but the symbolic link already exists. Changing this symbolic link creation to 'ln -sf' fixes this problem. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> |
||
---|---|---|
.. | ||
4.2.2-avr32-2.1.5 | ||
4.3.6 | ||
4.4.7 | ||
4.5.4 | ||
4.6.4 | ||
4.7.3 | ||
4.8-arc | ||
4.8.1 | ||
gcc-final | ||
gcc-initial | ||
gcc-intermediate | ||
Config.in.host | ||
gcc.mk |