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

Unified Diff: examples/needs_porting/xaos/xaos_tool.sh

Issue 11885025: Allow re-targeting of naclports install (Closed) Base URL: http://naclports.googlecode.com/svn/trunk/src
Patch Set: rebase Created 7 years, 11 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 | « examples/graphics/xaos/nacl-xaos.sh ('k') | examples/systems/bochs-2.4.6/nacl-bochs-2.4.6.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/needs_porting/xaos/xaos_tool.sh
diff --git a/examples/needs_porting/xaos/xaos_tool.sh b/examples/needs_porting/xaos/xaos_tool.sh
index d442f2b8d501aacb60b8d17e5362526cb5e46c3c..7cc24fc9110d11266e9eb8ce85027490b5058fc0 100755
--- a/examples/needs_porting/xaos/xaos_tool.sh
+++ b/examples/needs_porting/xaos/xaos_tool.sh
@@ -117,7 +117,7 @@ BuildXaos() {
export AR=${NACLAR}
export RANLIB=${NACLRANLIB}
export LDFLAGS="-static"
- export CFLAGS=""
+ export CFLAGS="${NACLPORTS_CFLAGS}"
export CFLAGS="${CFLAGS} -DNACL_DIM_H=${NACL_DIM_H}"
export CFLAGS="${CFLAGS} -DNACL_DIM_W=${NACL_DIM_W}"
export CFLAGS="${CFLAGS} -I${DIR_AV_INCLUDE}"
« no previous file with comments | « examples/graphics/xaos/nacl-xaos.sh ('k') | examples/systems/bochs-2.4.6/nacl-bochs-2.4.6.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698