]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - make/template/main.mk
Fix the compiler_info name for the Intel compiler.
[user/henk/code/inspircd.git] / 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