ld: set correct flags for AIX shared tests
Previous flags were aimed to be run with XLC. Nowadays, only GCC is being tested with GNU toolchain. Moreover, recent XLC versions might also accept "-shared". * testsuite/ld-shared/shared.exp: Adjust shared flags.
This commit is contained in:
parent
e86fc4a5bc
commit
b030ae091e
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ proc shared_test { progname testname main sh1 sh2 dat args } {
|
|||
# On AIX, we need to use an export file.
|
||||
set shared -shared
|
||||
if { [istarget rs6000*-*-aix*] || [istarget powerpc*-*-aix*] } {
|
||||
set shared "-bM:SRE -bE:$tmpdir/xcoff.exp"
|
||||
append shared " -Wl,-bE:$tmpdir/xcoff.exp"
|
||||
}
|
||||
if { [is_elf_format] && [check_shared_lib_support] } {
|
||||
append shared " -Wl,-z,notext"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue