| Index: build/config/gcc/BUILD.gn
|
| diff --git a/build/config/gcc/BUILD.gn b/build/config/gcc/BUILD.gn
|
| index bf97f712f7a02d2bcb689b39e6d0e98a4d7c22ae..6abf1a048c93195b244630740a1bb05eddf62190 100644
|
| --- a/build/config/gcc/BUILD.gn
|
| +++ b/build/config/gcc/BUILD.gn
|
| @@ -110,7 +110,7 @@ config("executable_ldconfig") {
|
| }
|
| }
|
|
|
| - if (!is_android || !use_gold) {
|
| + if ((!is_android || !use_gold) && current_os != "aix") {
|
| # Find the path containing shared libraries for this toolchain
|
| # relative to the build directory. ${root_out_dir} will be a
|
| # subdirectory of ${root_build_dir} when cross compiling.
|
|
|