Chromium Code Reviews| Index: build/config/gcc/BUILD.gn |
| diff --git a/build/config/gcc/BUILD.gn b/build/config/gcc/BUILD.gn |
| index 28502c2ec31cb6c1c8dc45598f03524abae406b3..c6cfe72abe18dc4e5c295f9b4092847896cdb26d 100644 |
| --- a/build/config/gcc/BUILD.gn |
| +++ b/build/config/gcc/BUILD.gn |
| @@ -23,7 +23,6 @@ config("executable_ldconfig") { |
| ldflags = [ |
| # Want to pass "\$". GN will re-escape as required for ninja. |
| "-Wl,-rpath=\$ORIGIN/", |
| - |
| "-Wl,-rpath-link=", |
| # Newer binutils don't set DT_RPATH unless you disable "new" dtags |