mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
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:
committed by
Peter Korsgaard
parent
6d22f56ed8
commit
39a38a554c
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user