From d298378b3d7b6e60afe199739e26db93960a89c4 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Wed, 9 Jun 2021 02:36:31 +0100 Subject: [PATCH] Fix the compiler_info name for the Intel compiler. --- make/template/main.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/template/main.mk b/make/template/main.mk index 53430c78e..319d39c08 100644 --- a/make/template/main.mk +++ b/make/template/main.mk @@ -67,7 +67,7 @@ INSTMODE_BIN ?= 0755 INSTMODE_TXT ?= 0644 INSTMODE_PRV ?= 0640 -ifneq ($(COMPILER), ICC) +ifneq ($(COMPILER), Intel) CORECXXFLAGS += -Woverloaded-virtual -Wshadow ifneq ($(SYSTEM), openbsd) CORECXXFLAGS += -pedantic -Wformat=2 -Wmissing-format-attribute -Wno-format-nonliteral -- 2.39.2