]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Fix the compiler_info name for the Intel compiler.
authorSadie Powell <sadie@witchery.services>
Wed, 9 Jun 2021 01:36:31 +0000 (02:36 +0100)
committerSadie Powell <sadie@witchery.services>
Wed, 9 Jun 2021 01:36:31 +0000 (02:36 +0100)
make/template/main.mk

index 53430c78e97bb4f69a4990cd976277a5d4c4c238..319d39c08f24fb92d9ae7a0f073d61f6af4dd8c6 100644 (file)
@@ -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