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

Unified Diff: ports/binutils/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/build.sh
diff --git a/ports/binutils/build.sh b/ports/binutils/build.sh
index b9b8a1fa4311522f675e38d63c7f6f967589eec1..5639c24202b262d9f1b43997d13c3eaa477e6a73 100644
--- a/ports/binutils/build.sh
+++ b/ports/binutils/build.sh
@@ -4,7 +4,8 @@
export ac_cv_func_getrlimit=no
-export EXTRA_LIBS="${NACL_CLI_MAIN_LIB}"
+EnableCliMain
+
EXTRA_CONFIGURE_ARGS="\
--enable-targets=x86_64-nacl,arm-nacl,avr \
--disable-werror \

Powered by Google App Engine
This is Rietveld 408576698