From 550e319d8afd03c568a311bab08132e38bc70208 Mon Sep 17 00:00:00 2001 From: schnetter Date: Sat, 10 Apr 2004 20:39:09 +0000 Subject: Remove syntax error (forgotten ;;) git-svn-id: http://svn.cactuscode.org/flesh/trunk@3658 17b73243-c579-4c4c-a9d2-2d5706c11dac --- lib/make/known-architectures/linux | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/make/known-architectures/linux') diff --git a/lib/make/known-architectures/linux b/lib/make/known-architectures/linux index fdee829b..4f7e73f1 100644 --- a/lib/make/known-architectures/linux +++ b/lib/make/known-architectures/linux @@ -362,6 +362,11 @@ else sgiCC) : ${CXX_OPTIMISE_FLAGS='-O3'} : ${CXX_DEBUG_FLAGS='-g3'} + ;; + pgCC) + : ${CXX_FLAGS='--no_using_std -tused -Wl,--allow-multiple-definition'} + : ${CXX_OPTIMISE_FLAGS='-fast'} + ;; esac : ${C_DEBUG_FLAGS="-g"} -- cgit v1.2.3