From e9a2a84937d28b823c5cd87a7b6398750805d9a1 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Sun, 15 May 2016 18:13:42 +0200 Subject: cross-gcc: remove BSP directory from builtin configure arguments Signed-off-by: Michael Olbrich --- rules/cross-gcc.make | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/rules/cross-gcc.make b/rules/cross-gcc.make index 7be17bc..00da7a0 100644 --- a/rules/cross-gcc.make +++ b/rules/cross-gcc.make @@ -143,6 +143,13 @@ CROSS_GCC_CONF_OPT := \ \ $(if $(filter 3.%,$(CROSS_GCC_VERSION)),,--enable-checking=release) +$(STATEDIR)/cross-gcc.prepare: + @$(call targetinfo) + @$(call world/prepare, CROSS_GCC) + sed -i -e '/TOPLEVEL_CONFIGURE_ARGUMENTS/s;$(PTXDIST_WORKSPACE);WORKSPACE;g' \ + $(CROSS_GCC_BUILDDIR)/Makefile + @$(call touch) + # ---------------------------------------------------------------------------- # Install # ---------------------------------------------------------------------------- -- cgit v1.2.3