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

Unified Diff: ports/gcc/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/devenv/build.sh ('k') | ports/geturl/Makefile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/gcc/build.sh
diff --git a/ports/gcc/build.sh b/ports/gcc/build.sh
index 75fc26dc370800acf8a67e0255c37bd3f8aae649..b96a818529d8551cb22534b19b8affc33065114d 100644
--- a/ports/gcc/build.sh
+++ b/ports/gcc/build.sh
@@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-export EXTRA_LIBS="-lnacl_spawn ${NACL_CLI_MAIN_LIB} \
+export EXTRA_LIBS="${NACL_CLI_MAIN_LIB} \
-lppapi_simple -lnacl_io -lppapi -lppapi_cpp -l${NACL_CPP_LIB}"
# --with-build-sysroot is necessary to run "fixincl"
« no previous file with comments | « ports/devenv/build.sh ('k') | ports/geturl/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698