Merge topic 'aix-pic'

5c8c1d6 XL: Use -qpic for position independent code (#14010)
This commit is contained in:
Brad King 2013-03-14 10:00:35 -04:00 committed by CMake Topic Stage
commit 192ef7101e

View File

@ -27,6 +27,7 @@ find_program(CMAKE_XL_CreateExportList
macro(__compiler_xl lang)
# Feature flags.
set(CMAKE_${lang}_VERBOSE_FLAG "-V")
set(CMAKE_${lang}_COMPILE_OPTIONS_PIC "-qpic")
set(CMAKE_${lang}_FLAGS_DEBUG_INIT "-g")
set(CMAKE_${lang}_FLAGS_RELEASE_INIT "-O")