Revert "build: Support non-standard ldso in executables"

This reverts commit 34b38b6dbd.
This commit is contained in:
klzgrad 2021-01-31 20:16:17 +08:00
parent 43f6df217e
commit d403313445

View File

@ -108,11 +108,6 @@ config("executable_config") {
"-Wl,--disable-new-dtags", "-Wl,--disable-new-dtags",
] ]
} }
# Needed for non-standard ldso on OpenWRT
if (current_toolchain == default_toolchain && ldso_path != "") {
ldflags += [ "-Wl,--dynamic-linker=${ldso_path}" ]
}
} }
# Settings for shared libraries. # Settings for shared libraries.