summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThomas Petazzoni2010-04-28 23:40:57 +0200
committerPeter Korsgaard2010-05-03 00:00:08 +0200
commit65e80a0b0bf275e0ffdbb611706bec4b1b4719b1 (patch)
tree9dcc2edbb0388c9f852ea5abcf5ab82bbaad2179 /Makefile
parentUpdate defconfigs after BR2_ROOTFS_SUFFIX removal (diff)
downloadbuildroot-65e80a0b0bf275e0ffdbb611706bec4b1b4719b1.tar.gz
buildroot-65e80a0b0bf275e0ffdbb611706bec4b1b4719b1.tar.xz
buildroot-65e80a0b0bf275e0ffdbb611706bec4b1b4719b1.zip
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 <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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)