From e57e4b96bf33b5a498608204913d6731a6856b5e Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sun, 30 Jun 2013 21:29:07 +0200 Subject: Use more sensible names for the external/ctng targets Instead of using the 'uclibc' target for all toolchain backends, introduce more sensible target names for the external toolchain and Crosstool-NG toolchain backend make targets. Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e3e275003..7a4602c7d 100644 --- a/Makefile +++ b/Makefile @@ -225,9 +225,12 @@ endif ifeq ($(BR2_TOOLCHAIN_BUILDROOT),y) BASE_TARGETS += toolchain-buildroot -else -BASE_TARGETS += uclibc +else ifeq ($(BR2_TOOLCHAIN_EXTERNAL),y) +BASE_TARGETS += toolchain-external +else ifeq ($(BR2_TOOLCHAIN_CTNG),y) +BASE_TARGETS += toolchain-crosstool-ng endif + TARGETS:= # silent mode requested? -- cgit v1.2.3