summaryrefslogtreecommitdiff
path: root/deps/v8/third_party
diff options
context:
space:
mode:
authorjvelezpo <sebasvelez@gmail.com>2018-04-25 14:05:39 -0500
committerTrivikram Kamat <16024985+trivikr@users.noreply.github.com>2018-04-27 15:46:02 -0700
commitdc8676c1292ea15bf65b74b1ab773fd91942512f (patch)
tree124ca48971639939e4217f991d7da536dd1c2adb /deps/v8/third_party
parentad6a65ba110932d5af187b8422ce2cdb808a4a2f (diff)
downloadandroid-node-v8-dc8676c1292ea15bf65b74b1ab773fd91942512f.tar.gz
android-node-v8-dc8676c1292ea15bf65b74b1ab773fd91942512f.tar.bz2
android-node-v8-dc8676c1292ea15bf65b74b1ab773fd91942512f.zip
doc: remove eu-strip from tarball
This is been removed because of this: the source is not provided it adds 105ko of useless files It's only used in the android and fuchsia GN builds Fixes: #20280 PR-URL: https://github.com/nodejs/node/pull/20304 Fixes: https://github.com/nodejs/node/issues/20280 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Matheus Marchini <matheus@sthima.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'deps/v8/third_party')
-rw-r--r--deps/v8/third_party/eu-strip/README.v824
-rwxr-xr-xdeps/v8/third_party/eu-strip/bin/eu-stripbin105120 -> 0 bytes
2 files changed, 0 insertions, 24 deletions
diff --git a/deps/v8/third_party/eu-strip/README.v8 b/deps/v8/third_party/eu-strip/README.v8
deleted file mode 100644
index e84974d92b..0000000000
--- a/deps/v8/third_party/eu-strip/README.v8
+++ /dev/null
@@ -1,24 +0,0 @@
-Name: eu-strip
-URL: https://sourceware.org/elfutils/
-Version: 0.158
-Security Critical: no
-License: LGPL 3
-License File: NOT_SHIPPED
-
-Description:
-
-Patched eu-strip from elfutils.
-
-Build instructions (on Trusty; note that this will build the
-Ubuntu-patched version of elfutils):
-$ mkdir elfutils
-$ cd elfutils
-$ apt-get source elfutils
-$ cd elfutils-0.158
-[ Edit libelf/elf_end.c and remove the free() on line 164. ]
-$ ./configure
-$ make
-$ gcc -std=gnu99 -Wall -Wshadow -Wunused -Wextra -fgnu89-inline
- -Wformat=2 -Werror -g -O2 -Wl,-rpath-link,libelf:libdw -o eu-strip
- src/strip.o libebl/libebl.a libelf/libelf.a lib/libeu.a -ldl
-$ eu-strip ./eu-strip # Keep the binary small, please.
diff --git a/deps/v8/third_party/eu-strip/bin/eu-strip b/deps/v8/third_party/eu-strip/bin/eu-strip
deleted file mode 100755
index 994e2263b9..0000000000
--- a/deps/v8/third_party/eu-strip/bin/eu-strip
+++ /dev/null
Binary files differ