buildroot/package/gcc
Arnout Vandecappelle 6d475da9a0 host-gcc-final: don't install a potentially dead symlink
gcc used to be installed into $(HOST_DIR)/usr/$(GNU_TARGET_NAME) but
since gcc 4.9 this is no longer the case.  Therefore, the cc -> gcc
symlink that is created in that we create in that directory is dead.

There don't seem to have been any problems due to the missing gcc and
cc in $(HOST_DIR)/usr/$(GNU_TARGET_NAME), things seems to build fine
without it. The cc -> gcc symlinks in general should not be needed
anyway, since we always pass the appropriate CC variable to the
package build system.

Therefore, let's remove the cc -> gcc symlink in
$(HOST_DIR)/usr/$(GNU_TARGET_NAME) - also for pre-4.9 gcc versions.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-09-20 14:35:27 +02:00
..
4.5.4 package/gcc: rename the conditional patch according to the new policy 2015-02-03 14:51:43 +01:00
4.7.4 package/gcc (4.7): backport PR56780 patches 2015-07-27 22:55:30 +02:00
4.8.5 gcc: bump 4.8.x version 2015-06-24 09:20:43 +02:00
4.9.3 gcc: add missing NIOS-II patch after bump to 4.9.3 2015-08-08 14:36:23 +02:00
5.2.0 gcc: bump 5.x series to version 5.2.0 2015-07-18 11:16:53 +02:00
arc-2015.06 gcc: fix undefined reference to .tdata 2015-07-18 11:18:58 +02:00
gcc-final host-gcc-final: don't install a potentially dead symlink 2015-09-20 14:35:27 +02:00
gcc-initial package/gcc: fix ARC failure to build in 2 phases. 2015-07-02 23:44:28 +02:00
Config.in.host gcc: select the appropriate BR2_TOOLCHAIN_GCC_AT_LEAST_* option 2015-08-05 10:40:29 +02:00
gcc.hash gcc: bump 5.x series to version 5.2.0 2015-07-18 11:16:53 +02:00
gcc.mk package/gcc: fix libgcc build for xtensa 2015-07-24 11:32:39 +02:00