From 65e80a0b0bf275e0ffdbb611706bec4b1b4719b1 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Wed, 28 Apr 2010 23:40:57 +0200 Subject: Remove BR2_GNU_TARGET_SUFFIX and compute GNU_TARGET_NAME Instead of asking the user about the GNU target suffix, just compute it automatically from the other configuration options. Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 271db9c59..607ec6d80 100644 --- a/Makefile +++ b/Makefile @@ -214,6 +214,7 @@ ARCH:=$(call qstrip,$(BR2_ARCH)) ifeq ($(ARCH),xtensa) ARCH:=$(ARCH)_$(call qstrip,$(BR2_xtensa_core_name)) endif + WGET:=$(call qstrip,$(BR2_WGET)) $(SPIDER) $(QUIET) SVN_CO:=$(call qstrip,$(BR2_SVN_CO)) $(QUIET) SVN_UP:=$(call qstrip,$(BR2_SVN_UP)) $(QUIET) -- cgit v1.2.3-55-g7522