From c51750aa17926d5efd82ee650ed7f4ceae9a7841 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Fri, 6 Dec 2013 12:00:49 +0100 Subject: 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 --- rules/cross-gcc.make | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'rules') 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 @@ -134,16 +134,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 # ---------------------------------------------------------------------------- -- cgit v1.2.3