diff --git a/.gitignore b/.gitignore index 7be817acce2349..ebeedeac6b8fe0 100644 --- a/.gitignore +++ b/.gitignore @@ -127,3 +127,4 @@ deps/v8/src/Debug/ deps/v8/src/Release/ deps/v8/src/inspector/Debug/ deps/v8/src/inspector/Release/ +deps/v8/third_party/eu-strip/ 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 e84974d92b9cec..00000000000000 --- 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 994e2263b9185f..00000000000000 Binary files a/deps/v8/third_party/eu-strip/bin/eu-strip and /dev/null differ