eukleides: use $CC instead of hardcoded gcc

This commit is contained in:
Vincenzo Mantova
2021-05-16 12:03:47 +01:00
parent 7a1fbc38a4
commit 4ef47f32d7
2 changed files with 15 additions and 1 deletions
@@ -0,0 +1,11 @@
--- a/build/Makefile
+++ b/build/Makefile
@@ -11,7 +11,7 @@ LEX = flex
LFLAGS = -8
YACC = bison
YFLAGS = -d
-CC = gcc
+CC ?= gcc
IFLAGS = -I$(COMMON_DIR) -I$(MAIN_DIR) -I$(BUILD_DIR)
ifneq ($(strip $(LOCALES)),)
MOFLAGS = -DMO_DIR=\"$(MO_DIR)\"