From 0bc91a905a95d4d153587891bc7f9928c370c60e Mon Sep 17 00:00:00 2001 From: tradke Date: Thu, 14 Aug 2008 10:14:15 +0000 Subject: enable support for ISO C from 1999, with GNU extensions, when configuring with PathScale C compiler git-svn-id: http://svn.cactuscode.org/flesh/trunk@4500 17b73243-c579-4c4c-a9d2-2d5706c11dac --- lib/make/known-architectures/linux | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/make/known-architectures') diff --git a/lib/make/known-architectures/linux b/lib/make/known-architectures/linux index 0f3537df..0a94bf31 100644 --- a/lib/make/known-architectures/linux +++ b/lib/make/known-architectures/linux @@ -381,6 +381,7 @@ else CC_VERSION="`$CC -V 2>&1 | grep -i pgcc | head -n1`" ;; pathcc) + : ${CFLAGS='-std=gnu99'} : ${C_OPTIMISE_FLAGS='-Ofast'} CC_VERSION="`$CC -v 2>&1 | grep -i version | head -n1`" ;; -- cgit v1.2.3