You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
556 B
16 lines
556 B
diff -up v8-5.2.258/Makefile.bb v8-5.2.258/Makefile |
|
--- v8-5.2.258/Makefile.bb 2016-10-10 14:57:17.275968725 -0400 |
|
+++ v8-5.2.258/Makefile 2016-10-10 14:58:37.012406994 -0400 |
|
@@ -37,6 +37,12 @@ NACL_SDK_ROOT ?= |
|
|
|
# Special build flags. Use them like this: "make library=shared" |
|
|
|
+# bundledbinutils=off |
|
+ifeq ($(bundledbinutils), off) |
|
+ GYPFLAGS += -Dlinux_use_bundled_binutils=0 |
|
+else |
|
+ GYPFLAGS += -Dlinux_use_bundled_binutils=1 |
|
+endif |
|
# library=shared || component=shared_library |
|
ifeq ($(library), shared) |
|
GYPFLAGS += -Dcomponent=shared_library
|
|
|