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

Unified Diff: examples/games/scummvm-1.2.1/nacl-scummvm-1.2.1.sh

Issue 11636027: Add ARM toolchain support. (Closed) Base URL: git@github.com:samclegg/naclports.git@sbc
Patch Set: revert .c file change 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/games/nethack-3.4.3/nacl-nethack-3.4.3.sh ('k') | examples/games/snes9x-1.53/nacl-snes9x-1.53.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/games/scummvm-1.2.1/nacl-scummvm-1.2.1.sh
diff --git a/examples/games/scummvm-1.2.1/nacl-scummvm-1.2.1.sh b/examples/games/scummvm-1.2.1/nacl-scummvm-1.2.1.sh
index acdbdf2e7b83b10460bb7ed90de014127f950b85..b81d30a79275b54d3e8829447c4195d12a8fbf77 100755
--- a/examples/games/scummvm-1.2.1/nacl-scummvm-1.2.1.sh
+++ b/examples/games/scummvm-1.2.1/nacl-scummvm-1.2.1.sh
@@ -34,7 +34,7 @@ CustomConfigureStep() {
export AR=${NACLAR}
export CXXFLAGS=""
export LDFLAGS=""
- if [ ${NACL_PACKAGES_BITSIZE} == "pnacl" ] ; then
+ if [ ${NACL_ARCH} = "pnacl" ] ; then
export CXXFLAGS="-O3 -g"
export LDFLAGS="-O0 -static"
fi
@@ -127,7 +127,7 @@ CustomInstallStep() {
cp ${START_DIR}/nacl-scumm/static/* ${APPENGINE_DIR}/static
cp ${SRC_DIR}/*.tar ${APPENGINE_DIR}/static
${NACLSTRIP} ${SRC_DIR}/${PACKAGE_NAME}-build/scummvm \
- -o ${APPENGINE_DIR}/static/scummvm_x86_${NACL_PACKAGES_BITSIZE}.nexe
+ -o ${APPENGINE_DIR}/static/scummvm_${NACL_ARCH}.nexe
# Publish chrome web store app (copy to repository to drop .svn etc).
MakeDir ${SRC_DIR}/hosted_app
« no previous file with comments | « examples/games/nethack-3.4.3/nacl-nethack-3.4.3.sh ('k') | examples/games/snes9x-1.53/nacl-snes9x-1.53.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698