https://github.com/Kitware/CMake
Revision ac5922317f4f2229c5dc79b29d913275fa55f021 authored by Brad King on 10 January 2015, 17:00:56 UTC, committed by Brad King on 12 January 2015, 17:59:52 UTC
Use "-Wl,-export-dynamic" with XL to match the "-rdynamic" flag used
with GNU-like compilers.
1 parent c118816
Raw File
Tip revision: ac5922317f4f2229c5dc79b29d913275fa55f021 authored by Brad King on 10 January 2015, 17:00:56 UTC
XL: Fix link flags for executables on Linux with XL compilers
Tip revision: ac59223
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top