From 4909da41569ecf7a974b976646aa13222b0ee8ff Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Sat, 22 Sep 2007 21:38:15 +0000 Subject: - rename the gcc base_target to the more appropriate term cross_compiler --- toolchain/gcc/gcc-uclibc-4.x.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'toolchain/gcc/gcc-uclibc-4.x.mk') diff --git a/toolchain/gcc/gcc-uclibc-4.x.mk b/toolchain/gcc/gcc-uclibc-4.x.mk index 1fd9b11d0..08303ee28 100644 --- a/toolchain/gcc/gcc-uclibc-4.x.mk +++ b/toolchain/gcc/gcc-uclibc-4.x.mk @@ -357,7 +357,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) -- cgit v1.2.3