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>
This commit is contained in:
Thomas Petazzoni 2013-06-30 21:28:56 +02:00 committed by Peter Korsgaard
parent 6d22f56ed8
commit 39a38a554c

View File

@ -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)