summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2021-10-26 10:42:34 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2021-10-26 10:42:34 +0200
commit7d75eee51e0e8d675b0e41e86d64620cf53e562c (patch)
tree84d4f3cfe46d26b319d290675a0d715f2fb37a18 /makefile
parent97a7d8bec86177090e8db5d0d5391d5cdf7bb875 (diff)
Remove CI20
Diffstat (limited to 'makefile')
-rw-r--r--makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/makefile b/makefile
index 0c8f5e92ebd..5d85764e29a 100644
--- a/makefile
+++ b/makefile
@@ -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
#-------------------------------------------------