Radix cross Linux Toolchains for ARC architecture

ARC Toolchains for boot loaders components of some SoCs (such as Amlogic System on Chip)

20 Commits   0 Branches   8 Tags
     5         kx 
     5         kx 
     5         kx COMPONENT_TARGETS  = $(TOOLCHAIN_S8XX_NEWLIB)
     5         kx 
     5         kx 
     7         kx export TOOLCHAIN_VERSION = 1.9.3
     5         kx 
     5         kx 
     5         kx include ../build-system/config.mk
     5         kx 
     5         kx 
     5         kx ifeq ($(TOOLCHAIN),$(TOOLCHAIN_S8XX_NEWLIB))
     7         kx REQUIRES  = products/S8XX-newlib/1.9.3
     5         kx endif
     5         kx 
     5         kx # ======= __END_OF_REQUIRES__ =======
     5         kx 
     5         kx 
     5         kx install_target     = $(TARGET_BUILD_DIR)/.install_done
     5         kx 
     5         kx BUILD_TARGETS      = $(install_target)
     5         kx 
     5         kx 
     5         kx include ../build-system/core.mk
     5         kx 
     5         kx 
     5         kx $(install_target):
     5         kx 	@touch $@