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

Unified Diff: ports/busybox/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
Index: ports/busybox/build.sh
diff --git a/ports/busybox/build.sh b/ports/busybox/build.sh
index e9b50722411ef5e5781b7e5a188ae0903e68bf5c..53685a09936658bda17b083d4b771dc1eb341e9f 100644
--- a/ports/busybox/build.sh
+++ b/ports/busybox/build.sh
@@ -4,8 +4,7 @@
EXECUTABLES="busybox"
-NACLPORTS_LDFLAGS+=" ${NACL_CLI_MAIN_LIB}"
-NACLPORTS_CPPFLAGS+=" -Dmain=nacl_main"
+EnableCliMain
ConfigureStep() {
cp "${START_DIR}/defconfig" .

Powered by Google App Engine
This is Rietveld 408576698