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 /toolchain/gcc/gcc-uclibc-3.x.mk | |
parent | 4a52da0f34ce8d1f5267274cad3bd20f40062c78 (diff) | |
download | buildroot-novena-4909da41569ecf7a974b976646aa13222b0ee8ff.tar.gz buildroot-novena-4909da41569ecf7a974b976646aa13222b0ee8ff.zip |
- rename the gcc base_target to the more appropriate term cross_compiler
Diffstat (limited to 'toolchain/gcc/gcc-uclibc-3.x.mk')
-rw-r--r-- | toolchain/gcc/gcc-uclibc-3.x.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/toolchain/gcc/gcc-uclibc-3.x.mk b/toolchain/gcc/gcc-uclibc-3.x.mk index d05de8f4b..bb34797be 100644 --- a/toolchain/gcc/gcc-uclibc-3.x.mk +++ b/toolchain/gcc/gcc-uclibc-3.x.mk @@ -350,7 +350,9 @@ ifeq ($(BR2_INSTALL_LIBGCJ),y) endif touch $@ -gcc: uclibc-configured binutils gcc_initial $(LIBFLOAT_TARGET) uclibc \ +cross_compiler:=$(STAGING_DIR)/usr/bin/$(REAL_GNU_TARGET_NAME)-gcc +cross_compiler gcc: uclibc-configured binutils gcc_initial \ + $(LIBFLOAT_TARGET) uclibc \ $(GCC_BUILD_DIR2)/.installed $(GCC_BUILD_DIR2)/.libs_installed \ $(GCC_TARGETS) |