summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2013-12-06 12:00:49 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2013-12-19 15:55:32 +0100
commitc51750aa17926d5efd82ee650ed7f4ceae9a7841 (patch)
treec98ea5a543df0465939eb08e69ce61b635902e11
parent9576ec5249ad6033e483ee7198bac4eb3852c338 (diff)
downloadOSELAS.Toolchain-c51750aa17926d5efd82ee650ed7f4ceae9a7841.tar.gz
OSELAS.Toolchain-c51750aa17926d5efd82ee650ed7f4ceae9a7841.tar.xz
cross-gcc: remove broken symlink
It is only needed for gcj, breaks the wrapper scripts and uses the wrong prefix (GNU_BUILD vs GNU_HOST). Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/cross-gcc.make10
1 files changed, 0 insertions, 10 deletions
diff --git a/rules/cross-gcc.make b/rules/cross-gcc.make
index aa30707..748899f 100644
--- a/rules/cross-gcc.make
+++ b/rules/cross-gcc.make
@@ -135,16 +135,6 @@ CROSS_GCC_CONF_OPT := \
$(if $(filter 3.%,$(CROSS_GCC_VERSION)),,--enable-checking=release)
# ----------------------------------------------------------------------------
-# Compile
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/cross-gcc.compile:
- @$(call targetinfo)
- @ln -sf `which $(HOSTCC)` $(PTXCONF_SYSROOT_HOST)/bin/$(GNU_BUILD)-gcc
- @$(call world/compile, CROSS_GCC)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
# Install
# ----------------------------------------------------------------------------