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

Unified Diff: build_tools/pnacl-configure-shim.py

Issue 1417223003: Switch from using 'nacl_main' to 'main' entry point (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@master
Patch Set: Created 5 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 | « build_tools/common.sh ('k') | ports/agg-demo/drawing.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build_tools/pnacl-configure-shim.py
diff --git a/build_tools/pnacl-configure-shim.py b/build_tools/pnacl-configure-shim.py
index ee08393d1ca9ef39e70cf547e34fe5550bc13b36..0991d5c0b745512372ba00a21c7563c3b562f34f 100755
--- a/build_tools/pnacl-configure-shim.py
+++ b/build_tools/pnacl-configure-shim.py
@@ -22,7 +22,6 @@ configuring = 'conftest.c' in cmd or 'conftest.pexe' in cmd
DROP_FLAGS = {
'-O2',
'-O3',
- '-Dmain=nacl_main',
'-Dmain=SDL_main',
'-lnacl_io',
'-lnacl_spawn',
« no previous file with comments | « build_tools/common.sh ('k') | ports/agg-demo/drawing.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698