Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(35)

Unified Diff: build/standalone.gypi

Issue 422063005: Contribution of PowerPC port. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: build/standalone.gypi
diff --git a/build/standalone.gypi b/build/standalone.gypi
index 1fcb8860b4d10e813358b6360699883ce85f4807..8e1b613f87cb28b144f5a1801ee3dd8b55cd4cec 100644
--- a/build/standalone.gypi
+++ b/build/standalone.gypi
@@ -220,6 +220,9 @@
[ 'OS=="linux"', {
'cflags': [ '-ansi' ],
}],
+ [ 'host_arch=="ppc64"', {
+ 'cflags': [ '-mminimal-toc' ],
+ }],
[ 'visibility=="hidden" and v8_enable_backtrace==0', {
'cflags': [ '-fvisibility=hidden' ],
}],

Powered by Google App Engine
This is Rietveld 408576698