diff options
| author | 2021-10-26 10:42:34 +0200 | |
|---|---|---|
| committer | 2021-10-26 10:42:34 +0200 | |
| commit | 7d75eee51e0e8d675b0e41e86d64620cf53e562c (patch) | |
| tree | 84d4f3cfe46d26b319d290675a0d715f2fb37a18 /makefile | |
| parent | 97a7d8bec86177090e8db5d0d5391d5cdf7bb875 (diff) | |
Remove CI20
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 24 |
1 files changed, 0 insertions, 24 deletions
@@ -1633,30 +1633,6 @@ endif $(SILENT) $(MAKE) $(MAKEPARAMS) -C $(PROJECTDIR_SDL)/$(MAKETYPE)-rpi config=$(CONFIG) #------------------------------------------------- -# gmake-ci20 -#------------------------------------------------- - -$(PROJECTDIR_SDL)/$(MAKETYPE)-ci20/Makefile: makefile $(SCRIPTS) $(GENIE) -ifndef MIPS_LINUXGNU_ROOT - $(error MIPS_LINUXGNU_ROOT is not set) -endif -ifndef CI20_SYSROOT - $(error CI20_SYSROOT is not set) -endif - $(SILENT) $(GENIE) $(PARAMS) --gcc=ci20 --gcc_version=4.9.2 --osd=sdl --targetos=ci20 --targetos=ci20 --NO_USE_MIDI=1 --PLATFORM=arm --NOASM=1 --USE_QTDEBUG=0 --SDL_INSTALL_ROOT=$(RASPBERRY_SYSROOT)/usr $(MAKETYPE) - -.PHONY: ci20 -ci20: generate $(PROJECTDIR_SDL)/$(MAKETYPE)-ci20/Makefile -ifndef MIPS_LINUXGNU_ROOT - $(error MIPS_LINUXGNU_ROOT is not set) -endif -ifndef CI20_SYSROOT - $(error CI20_SYSROOT is not set) -endif - $(SILENT) $(MAKE) $(MAKEPARAMS) -C $(PROJECTDIR_SDL)/$(MAKETYPE)-ci20 config=$(CONFIG) precompile - $(SILENT) $(MAKE) $(MAKEPARAMS) -C $(PROJECTDIR_SDL)/$(MAKETYPE)-ci20 config=$(CONFIG) - -#------------------------------------------------- # cmake #------------------------------------------------- |
