diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-22 21:38:15 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-22 21:38:15 +0000 |
commit | 4909da41569ecf7a974b976646aa13222b0ee8ff (patch) | |
tree | 58b26841c198cdf71da5ce5413780bf6f5481599 /Makefile | |
parent | 4a52da0f34ce8d1f5267274cad3bd20f40062c78 (diff) |
- rename the gcc base_target to the more appropriate term cross_compiler
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |