sdram_init/Makefile: Specified gcc8
authorAndrey Miroshnikov <andrey@technepisteme.xyz>
Wed, 10 May 2023 11:56:45 +0000 (11:56 +0000)
committerAndrey Miroshnikov <andrey@technepisteme.xyz>
Wed, 10 May 2023 11:56:45 +0000 (11:56 +0000)
litedram/gen-src/sdram_init/Makefile

index 276e0601ff71a7c808a7e7c5f8c60a5194200fae..6612a59abf744e3e1ce0e73921b8d37811ca55a0 100644 (file)
@@ -34,7 +34,8 @@ ifneq ("$(ARCH)", "ppc64le")
         endif
         endif
 
-CC = $(CROSS_COMPILE)gcc
+COMPILER=gcc-8
+CC = $(CROSS_COMPILE)$(COMPILER)
 LD = $(CROSS_COMPILE)ld
 OBJCOPY = $(CROSS_COMPILE)objcopy