From b4b8555712cb9acdfb32ab93fb7bc1f547e9d635 Mon Sep 17 00:00:00 2001 From: tradke Date: Mon, 21 Jan 2008 14:55:48 +0000 Subject: change back from from '-std=c99' to using '-std=gnu99' for the Intel C compiler to also allow GNU extensions git-svn-id: http://svn.cactuscode.org/flesh/trunk@4445 17b73243-c579-4c4c-a9d2-2d5706c11dac --- lib/make/known-architectures/linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/make/known-architectures/linux') diff --git a/lib/make/known-architectures/linux b/lib/make/known-architectures/linux index 7d5b0b02..605c6e02 100644 --- a/lib/make/known-architectures/linux +++ b/lib/make/known-architectures/linux @@ -356,7 +356,7 @@ else icc_opt='' fi if test $icc_version -ge 8; then - icc_c99='-std=c99' + icc_c99='-std=gnu99' else icc_c99='-c99' fi -- cgit v1.2.3