From 55e9ee28c9edc6af901e97dc32f7283d034f30bd Mon Sep 17 00:00:00 2001 From: Sylvain Pion Date: Thu, 29 Mar 2007 20:47:56 +0000 Subject: [PATCH] Alternate match for SunCC on Linux. --- Installation/install_cgal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation/install_cgal b/Installation/install_cgal index 3b3d0eeeab2..a17e8f8cd3b 100755 --- a/Installation/install_cgal +++ b/Installation/install_cgal @@ -1012,7 +1012,7 @@ set_compiler_flags() RUNTIME_LINKER_FLAG='-Wl,-R' PRINT_STACKTRACE_PROGRAM="idb" ;; - *Linux*sunCC*) + *Linux*sunCC*|*Linux*CC*) #### settings for sunpro compiler on linux ADDITIONAL_CXXFLAGS="-features=extensions -D_RWSTD_ALLOCATOR" CGAL_STATIC_LIB_CREATE="\$(CGAL_CXX) -xar -o ''"