Radix cross Linux Toolchains

Toolchains for all supported by Radix cross Linux devices

42 Commits   1 Branch   8 Tags
     5         kx 
     5         kx COMPONENT_TARGETS = $(TOOLCHAIN_HOST)
     5         kx 
     5         kx 
     5         kx include config.mk
     5         kx 
     5         kx REQUIRES  = build-system/3pp/dialog/1.3-20210621
     5         kx REQUIRES += build-system/3pp/gnattools/12.2.0
     5         kx 
     5         kx # ======= __END_OF_REQUIRES__ =======
     5         kx 
     5         kx 
     5         kx config_makefile = targets-config.mk
     5         kx 
     5         kx BUILD_TARGETS = $(config_makefile)
     5         kx 
     5         kx CLEANUP_FILES += $(config_makefile)
     5         kx CLEANUP_FILES += $(CURDIR)/gnattools
     5         kx CLEANUP_FILES += $(CURDIR)/sbin
     5         kx CLEANUP_FILES += $(CURDIR)/etc
     5         kx 
     5         kx # CORE Makefile:
     5         kx 
     5         kx include core.mk
     5         kx 
     5         kx # Dependencies:
     5         kx 
     5         kx $(config_makefile): $(config_makefile).template
     5         kx 	@echo "Creating $(config_makefile) ..."
     5         kx 	@cp $(config_makefile).template $@