summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer2007-09-22 23:38:15 +0200
committerBernhard Reutner-Fischer2007-09-22 23:38:15 +0200
commit4909da41569ecf7a974b976646aa13222b0ee8ff (patch)
tree58b26841c198cdf71da5ce5413780bf6f5481599 /Makefile
parent- update i386 sample config a little bit (diff)
downloadbuildroot-4909da41569ecf7a974b976646aa13222b0ee8ff.tar.gz
buildroot-4909da41569ecf7a974b976646aa13222b0ee8ff.tar.xz
buildroot-4909da41569ecf7a974b976646aa13222b0ee8ff.zip
- rename the gcc base_target to the more appropriate term cross_compiler
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5622b54a9..8ce49360c 100644
--- a/Makefile
+++ b/Makefile
@@ -169,7 +169,7 @@ PREFERRED_LIB_FLAGS:=--enable-static --enable-shared
#
##############################################################
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