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

Unified Diff: ports/binutils-2.25/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/binutils-2.25/build.sh
diff --git a/ports/binutils-2.25/build.sh b/ports/binutils-2.25/build.sh
index f3daed0f24eb1eeef42d0c2fb2230216ec20e343..634114fb17199fa9203eead29d60964adb29e240 100644
--- a/ports/binutils-2.25/build.sh
+++ b/ports/binutils-2.25/build.sh
@@ -6,9 +6,7 @@ HOST_BUILD_DIR=${WORK_DIR}/build_host
HOST_INSTALL_DIR=${WORK_DIR}/install_host
export ac_cv_func_getrlimit=no
-export EXTRA_AM_CPPFLAGS="-Dmain=nacl_main"
-export EXTRA_LIBS="${NACL_CLI_MAIN_LIB} -lppapi_simple \
- -lnacl_io -lppapi -l${NACL_CXX_LIB}"
+export EXTRA_LIBS="${NACL_CLI_MAIN_LIB}"
binji 2015/10/27 21:52:38 can't use EnableCliMain here?
Sam Clegg 2015/10/28 17:06:30 Done.
BuildHostBinutils() {
MakeDir ${HOST_BUILD_DIR}

Powered by Google App Engine
This is Rietveld 408576698