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

Unified Diff: ports/make/build.sh

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 | « ports/m4/nacl.patch ('k') | ports/make/nacl.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/make/build.sh
diff --git a/ports/make/build.sh b/ports/make/build.sh
index 74ae29e7f6a5cbb45efe8d70854ec9fb85bbce2b..ee4bc6803ceea1a7a28f1de758b2e6405b6b701b 100644
--- a/ports/make/build.sh
+++ b/ports/make/build.sh
@@ -4,8 +4,8 @@
EXECUTABLES=make${NACL_EXEEXT}
-NACLPORTS_CPPFLAGS+=" -Dmain=nacl_main -Dpipe=nacl_spawn_pipe"
-export LIBS="${NACL_CLI_MAIN_LIB}"
+NACLPORTS_CPPFLAGS+=" -Dpipe=nacl_spawn_pipe"
+EnableCliMain
if [ "${NACL_LIBC}" = "newlib" ]; then
# TODO(sbc): remove once nacl_io implements these.
« no previous file with comments | « ports/m4/nacl.patch ('k') | ports/make/nacl.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698