kumquat-buildroot/package/gcc
Thomas Petazzoni 094fd1d01d gcc: force symlink creation
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>
2013-09-15 23:02:13 +02:00
..
4.2.2-avr32-2.1.5 gcc: fix libstdc++_pic for AVR32 2013-08-22 23:06:52 +02:00
4.3.6
4.4.7
4.5.4
4.6.4
4.7.3
4.8-arc
4.8.1
gcc-final gcc/gcc-final: use the common HOST_GCC_CONFIGURE_SYMLINK macro 2013-09-15 23:01:06 +02:00
gcc-initial toolchain-internal: skip gcc-intermediate when possible 2013-09-15 22:50:20 +02:00
gcc-intermediate gcc: pass MAKEINFO=missing in the environment rather than as a ./configure arg 2013-09-04 16:22:30 +02:00
Config.in.host toolchain: add support for glibc 2013-09-15 22:58:37 +02:00
gcc.mk gcc: force symlink creation 2013-09-15 23:02:13 +02:00