summaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2013-06-30 21:28:56 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2013-07-03 08:41:40 +0200
commit39a38a554cb8add070e6fa14b73898a6579d7aad (patch)
tree552a49a0337441b7e01db1f32107a3a0024428fc /toolchain
parent6d22f56ed8999501c54d102e338aaee80b6f9d16 (diff)
downloadbuildroot-novena-39a38a554cb8add070e6fa14b73898a6579d7aad.tar.gz
buildroot-novena-39a38a554cb8add070e6fa14b73898a6579d7aad.zip
toolchain/gcc: get rid of stale variable reference
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/gcc/gcc-uclibc-4.x.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/toolchain/gcc/gcc-uclibc-4.x.mk b/toolchain/gcc/gcc-uclibc-4.x.mk
index 0dc82004b..b1484ebdb 100644
--- a/toolchain/gcc/gcc-uclibc-4.x.mk
+++ b/toolchain/gcc/gcc-uclibc-4.x.mk
@@ -519,8 +519,7 @@ endif
cross_compiler:=$(HOST_DIR)/usr/bin/$(GNU_TARGET_NAME)-gcc
cross_compiler gcc: gcc_intermediate \
uclibc $(GCC_BUILD_DIR3)/.installed \
- $(STAMP_DIR)/gcc_libs_target_installed \
- $(GCC_TARGETS)
+ $(STAMP_DIR)/gcc_libs_target_installed
gcc-source: $(DL_DIR)/$(GCC_SOURCE)