- rename the gcc base_target to the more appropriate term cross_compiler
diff --git a/Makefile b/Makefile
index 5622b54..8ce4936 100644
--- a/Makefile
+++ b/Makefile
@@ -169,7 +169,7 @@
 #
 ##############################################################
 ifeq ($(BR2_TOOLCHAIN_BUILDROOT),y)
-BASE_TARGETS:=uclibc-configured binutils gcc uclibc-target-utils
+BASE_TARGETS:=uclibc-configured binutils cross_compiler uclibc-target-utils
 else
 BASE_TARGETS:=uclibc
 endif