summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/SINIX.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/Platform/SINIX.cmake')
-rw-r--r--Modules/Platform/SINIX.cmake5
1 files changed, 4 insertions, 1 deletions
diff --git a/Modules/Platform/SINIX.cmake b/Modules/Platform/SINIX.cmake
index 134d78b..5542709 100644
--- a/Modules/Platform/SINIX.cmake
+++ b/Modules/Platform/SINIX.cmake
@@ -1 +1,4 @@
- SET(CMAKE_SHARED_LIBRARY_C_FLAGS "-K PIC")
+SET(CMAKE_SHARED_LIBRARY_C_FLAGS "-K PIC")
+# include the gcc flags
+INCLUDE(${CMAKE_ROOT}/Modules/Platform/gcc.cmake)
+