summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-09-14 10:20:46 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-09-14 10:20:46 +0000
commitcf8c8253a0e923653340cbf8c6e4fae389715380 (patch)
treeb34321634690f1d81fefa45c11a526db52deda1c
parent71a06328deec4c10149d0a9416b00da776cb1acc (diff)
downloadATCD-cf8c8253a0e923653340cbf8c6e4fae389715380.tar.gz
ChangeLogTag: Tue Sep 14 10:20:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--include/makeinclude/platform_linux_icc.GNU3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/makeinclude/platform_linux_icc.GNU b/include/makeinclude/platform_linux_icc.GNU
index 65351791816..df8ee77e647 100644
--- a/include/makeinclude/platform_linux_icc.GNU
+++ b/include/makeinclude/platform_linux_icc.GNU
@@ -69,6 +69,9 @@ endif
ifeq (8.0,$(findstring 8.0,$(CXX_VERSION)))
CFLAGS += -wd1476,1505
endif
+ifeq (8.1,$(findstring 8.1,$(CXX_VERSION)))
+ CFLAGS += -wd1476,1505 -no-gcc
+endif
CFLAGS += -w1
ifeq ($(threads),1)