Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
bdaf74b5
Commit
bdaf74b5
authored
Jan 02, 2003
by
Bill Hoffman
Browse files
clean up some c/cxx issues
parent
7773f9ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Modules/Platform/SunOS.cmake
View file @
bdaf74b5
...
...
@@ -15,7 +15,7 @@ IF(CMAKE_SYSTEM MATCHES "SunOS-5*.")
SET
(
CMAKE_SHARED_LIBRARY_CREATE_C_FLAGS
"-shared -nostdlib"
)
SET
(
CMAKE_SHARED_LIBRARY_RUNTIME_FLAG
"-Wl,-R,"
)
SET
(
CMAKE_SHARED_LIBRARY_RUNTIME_FLAG_SEP
":"
)
ENDIF
(
CMAKE_COMPILER_IS_GNUC
XX
)
ENDIF
(
CMAKE_COMPILER_IS_GNUC
C
)
IF
(
CMAKE_COMPILER_IS_GNUCXX
)
SET
(
CMAKE_SHARED_LIBRARY_CXX_FLAGS
"-fPIC"
)
SET
(
CMAKE_SHARED_LIBRARY_CREATE_CXX_FLAGS
"-shared -nostdlib"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment