mirror of https://github.com/CGAL/cgal
Alternate match for SunCC on Linux.
This commit is contained in:
parent
a7f1be9087
commit
55e9ee28c9
|
|
@ -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 ''"
|
||||
|
|
|
|||
Loading…
Reference in New Issue