diff options
Diffstat (limited to 'devel/electron33/files/patch-build_toolchain_gcc__solink__wrapper.py')
-rw-r--r-- | devel/electron33/files/patch-build_toolchain_gcc__solink__wrapper.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron33/files/patch-build_toolchain_gcc__solink__wrapper.py b/devel/electron33/files/patch-build_toolchain_gcc__solink__wrapper.py deleted file mode 100644 index 34debf134bea..000000000000 --- a/devel/electron33/files/patch-build_toolchain_gcc__solink__wrapper.py +++ /dev/null @@ -1,11 +0,0 @@ ---- build/toolchain/gcc_solink_wrapper.py.orig 2022-02-07 13:39:41 UTC -+++ build/toolchain/gcc_solink_wrapper.py -@@ -39,7 +39,7 @@ def CollectDynSym(args): - """Replaces: nm --format=posix -g -D -p $sofile | cut -f1-2 -d' '""" - toc = '' - nm = subprocess.Popen(wrapper_utils.CommandToRun( -- [args.nm, '--format=posix', '-g', '-D', '-p', args.sofile]), -+ [args.nm, '-g', '-D', '-p', args.sofile]), - stdout=subprocess.PIPE, - bufsize=-1, - universal_newlines=True) |