From: Markham Date: Tue, 24 Jan 2023 13:27:05 +0000 (+0100) Subject: add neutrino branch gcc12 X-Git-Url: https://git.webhop.me/?a=commitdiff_plain;h=6e945bac26d1f75f9cb86cf88df44ccc250c2dbe;p=bs-cst-neutrino-hd.git add neutrino branch gcc12 --- diff --git a/make/prerequisites.mk b/make/prerequisites.mk index 6ad51f6..60b195c 100755 --- a/make/prerequisites.mk +++ b/make/prerequisites.mk @@ -22,6 +22,22 @@ $(SOURCE_DIR)/neutrino-hd: cd $(SOURCE_DIR) && \ ln -sf neutrino-hd-master neutrino-hd; \ fi; \ + fi; \ + if [ $(NEUTRINO_HD_PORT) = "neutrino-hd-gcc12" ]; then \ + if [ -d $(SOURCE_DIR)/neutrino-hd-gcc12/ ]; then \ + cd $(SOURCE_DIR)/neutrino-hd-gcc12 && \ + git checkout gcc12 && \ + git pull; \ + rm -rf $(SOURCE_DIR)/neutrino-hd; \ + cd $(SOURCE_DIR); \ + ln -sf neutrino-hd-gcc12 neutrino-hd; \ + else \ + git clone $(CSGIT)/$(REPO_GUI_NEUTRINO) neutrino-hd-gcc12; \ + cd $(SOURCE_DIR)/neutrino-hd-gcc12 && \ + rm -rf $(SOURCE_DIR)/neutrino-hd; \ + cd $(SOURCE_DIR) && \ + ln -sf neutrino-hd-gcc12 neutrino-hd; \ + fi; \ fi $(GIT_LIBSTB_HAL):