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

Unified Diff: tools/gn/bootstrap/bootstrap.py

Issue 2417443002: GN: Add PPC/s390 Linux support (Closed)
Patch Set: Created 4 years, 2 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
« no previous file with comments | « tools/gn/args.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/bootstrap/bootstrap.py
diff --git a/tools/gn/bootstrap/bootstrap.py b/tools/gn/bootstrap/bootstrap.py
index 749ee36e72a583bf652ea4cc6b84107cd2e5302f..b86757a7b04814a5dc9fed20c345c1fa9f5b9205 100755
--- a/tools/gn/bootstrap/bootstrap.py
+++ b/tools/gn/bootstrap/bootstrap.py
@@ -299,7 +299,7 @@ def write_gn_ninja(path, root_gen_dir, options):
# //base/allocator/allocator_extension.cc needs this macro defined,
# otherwise there would be link errors.
- cflags.extend(['-DNO_TCMALLOC'])
+ cflags.extend(['-DNO_TCMALLOC', '-D__STDC_FORMAT_MACROS'])
if is_posix:
if options.debug:
@@ -535,7 +535,6 @@ def write_gn_ninja(path, root_gen_dir, options):
'base/sys_info_posix.cc',
'base/threading/platform_thread_internal_posix.cc',
'base/threading/platform_thread_posix.cc',
- 'base/threading/thread_local_posix.cc',
'base/threading/thread_local_storage_posix.cc',
'base/threading/worker_pool_posix.cc',
'base/time/time_posix.cc',
« no previous file with comments | « tools/gn/args.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698