summarylogtreecommitdiffstats
path: root/0008_mksnapshot_stdout.patch
diff options
context:
space:
mode:
Diffstat (limited to '0008_mksnapshot_stdout.patch')
-rw-r--r--0008_mksnapshot_stdout.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/0008_mksnapshot_stdout.patch b/0008_mksnapshot_stdout.patch
new file mode 100644
index 000000000000..d825ee0f9c3b
--- /dev/null
+++ b/0008_mksnapshot_stdout.patch
@@ -0,0 +1,16 @@
+Description: Redirect mksnapshot log to stdout
+ armel builds typically fail at mksnapshot, for which it is useful to be able to get the actual log.
+Forwarded: not-needed
+Author: Jérémy Lal <kapouer@melix.org>
+Last-Update: 2011-10-25
+--- a/tools/gyp/v8.gyp
++++ b/tools/gyp/v8.gyp
+@@ -136,7 +136,7 @@
+ 'variables': {
+ 'mksnapshot_flags': [
+ '--log-snapshot-positions',
+- '--logfile', '<(INTERMEDIATE_DIR)/snapshot.log',
++ '--logfile', '-',
+ ],
+ },
+ 'conditions': [