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

Unified Diff: ports/toybox/build.sh

Issue 907563002: Simplify cli_main (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@master
Patch Set: Created 5 years, 10 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/texlive/build.sh ('k') | ports/xkbcomp/build.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/toybox/build.sh
diff --git a/ports/toybox/build.sh b/ports/toybox/build.sh
index b6e08443db7f142b91063c0c34b2fdafd102cc76..da4a964d24a138a5d53623bf59f4fc3d802e3e2f 100644
--- a/ports/toybox/build.sh
+++ b/ports/toybox/build.sh
@@ -9,7 +9,7 @@ BUILD_DIR=${SRC_DIR}
NACLPORTS_CPPFLAGS+=" -DBYTE_ORDER=LITTLE_ENDIAN"
NACLPORTS_CPPFLAGS+=" -Dmain=nacl_main"
-NACLPORTS_LDFLAGS+=" ${NACL_CLI_MAIN_LIB} -lnacl_spawn "
+NACLPORTS_LDFLAGS+=" ${NACL_CLI_MAIN_LIB}"
NACLPORTS_LDFLAGS+=" -lppapi_simple -lnacl_io -lppapi -lppapi_cpp"
export HOSTCC=cc
« no previous file with comments | « ports/texlive/build.sh ('k') | ports/xkbcomp/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698