summaryrefslogtreecommitdiffstats
path: root/Modules/Compiler
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-03-11 12:51:01 (GMT)
committerBrad King <brad.king@kitware.com>2013-03-11 13:01:27 (GMT)
commitbce7a2a3a5dedcdbc04732a3a3be74c383f2a04a (patch)
treea7e61377ca0f26afb5703e8b8ae5ee4a109e8eb2 /Modules/Compiler
parent1d3b35fd8a59c6f987b4caab17330955dbaf32bc (diff)
downloadCMake-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