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):