summaryrefslogtreecommitdiff
path: root/xmake/core
diff options
context:
space:
mode:
authorruki <[email protected]>2026-02-12 10:09:12 +0800
committerGitHub <[email protected]>2026-02-12 10:09:12 +0800
commit9d084db557d256923fc7f8a5daf66b21709f4bc4 (patch)
tree80be799cf286994b09bc0bc00bb6cdf766029ec6 /xmake/core
parent2f944ae3380afc0129baff3f944ce31ed1faf72e (diff)
parent37b506c86c3390d6a175ce37828e8defd44a2407 (diff)
Merge pull request #7312 from xmake-io/binutils
Improve binutils to support wasm
Diffstat (limited to 'xmake/core')
-rw-r--r--xmake/core/sandbox/modules/import/core/base/binutils.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/xmake/core/sandbox/modules/import/core/base/binutils.lua b/xmake/core/sandbox/modules/import/core/base/binutils.lua
index 0fc2b6796..a3b9428b6 100644
--- a/xmake/core/sandbox/modules/import/core/base/binutils.lua
+++ b/xmake/core/sandbox/modules/import/core/base/binutils.lua
@@ -82,8 +82,6 @@ function sandbox_core_base_binutils.rpath_list(binaryfile)
end
end
--- insert rpath to binary file (auto-detect format: ELF or Mach-O)
-
-- clean rpaths from binary file (auto-detect format: ELF or Mach-O)
function sandbox_core_base_binutils.rpath_clean(binaryfile)
local ok, errors = binutils.rpath_clean(binaryfile)