diff options
author | Brad King <brad.king@kitware.com> | 2013-03-11 12:51:01 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2013-03-11 13:01:27 (GMT) |
commit | bce7a2a3a5dedcdbc04732a3a3be74c383f2a04a (patch) | |
tree | a7e61377ca0f26afb5703e8b8ae5ee4a109e8eb2 /Modules/Compiler | |
parent | 1d3b35fd8a59c6f987b4caab17330955dbaf32bc (diff) | |
download | CMake-bce7a2a3a5dedcdbc04732a3a3be74c383f2a04a.zip CMake-bce7a2a3a5dedcdbc04732a3a3be74c383f2a04a.tar.gz CMake-bce7a2a3a5dedcdbc04732a3a3be74c383f2a04a.tar.bz2 |
AIX: Do not use -brtl to create shared libraries (#13997)
The flag was added incorrectly by commit 9c3a6eb4 (Need -brtl when creating
shared libraries, 2003-05-16). According to "man ld" the -G option implies
"-brtl -bnortllib ...", -brtl implies "-brtllib", and -brtllib should only be
used for executables, not shared libraries. Therefore it is incorrect and
unnecessary to specify -brtl explicitly after -G.
Reported-by: Kevin Burge <kcburge@gmail.com>
Diffstat (limited to 'Modules/Compiler')
0 files changed, 0 insertions, 0 deletions