|
@@ -453,14 +453,6 @@ TOOLCHAIN_EXTERNAL_ACTUAL_SOURCE_TARBALL ?= \
|
|
|
$(subst -i686-pc-linux-gnu.tar.bz2,.src.tar.bz2,$(subst -i686-pc-linux-gnu-i386-linux.tar.bz2,-i686-pc-linux-gnu.src.tar.bz2,$(TOOLCHAIN_EXTERNAL_SOURCE)))
|
|
|
endif
|
|
|
|
|
|
-# In fact, we don't need to download the toolchain, since it is already
|
|
|
-# available on the system, so force the site and source to be empty so
|
|
|
-# that nothing will be downloaded/extracted.
|
|
|
-ifeq ($(BR2_TOOLCHAIN_EXTERNAL_PREINSTALLED),y)
|
|
|
-TOOLCHAIN_EXTERNAL_SITE =
|
|
|
-TOOLCHAIN_EXTERNAL_SOURCE =
|
|
|
-endif
|
|
|
-
|
|
|
TOOLCHAIN_EXTERNAL_ADD_TOOLCHAIN_DEPENDENCY = NO
|
|
|
|
|
|
TOOLCHAIN_EXTERNAL_INSTALL_STAGING = YES
|