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

Side by Side Diff: build_tools/bots/linux/nacl-install-linux-ports-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 unified diff | Download patch
OLDNEW
1 #!/bin/bash 1 #!/bin/bash
2 # Copyright (c) 2012 The Native Client Authors. All rights reserved. 2 # Copyright (c) 2012 The Native Client Authors. All rights reserved.
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 # 5 #
6 6
7 # nacl-install-linux-ports-1.sh 7 # nacl-install-linux-ports-1.sh
8 # 8 #
9 # usage: nacl-install-linux-ports-1.sh 9 # usage: nacl-install-linux-ports-1.sh
10 # 10 #
(...skipping 11 matching lines...) Expand all
22 # cairo also builds png, zlib, freetype, fontconfig, expat, and pixman 22 # cairo also builds png, zlib, freetype, fontconfig, expat, and pixman
23 BuildPackage agg 23 BuildPackage agg
24 BuildPackage openscenegraph 24 BuildPackage openscenegraph
25 BuildPackage freeimage 25 BuildPackage freeimage
26 BuildPackage imagemagick 26 BuildPackage imagemagick
27 BuildPackage cairo 27 BuildPackage cairo
28 BuildPackage pango 28 BuildPackage pango
29 BuildPackage openal 29 BuildPackage openal
30 BuildPackage ncurses 30 BuildPackage ncurses
31 31
32 echo "@@@BUILD_STEP ${NACL_PACKAGES_BITSIZE}-bit Summary@@@" 32 echo "@@@BUILD_STEP ${NACL_ARCH} Summary@@@"
33 if [[ $RESULT != 0 ]] ; then 33 if [[ $RESULT != 0 ]] ; then
34 echo "@@@STEP_FAILURE@@@" 34 echo "@@@STEP_FAILURE@@@"
35 fi 35 fi
36 36
37 echo -e "$MESSAGES" 37 echo -e "$MESSAGES"
38 38
39 exit $RESULT 39 exit $RESULT
40 40
OLDNEW
« no previous file with comments | « build_tools/bots/linux/nacl-install-linux-ports-0.sh ('k') | build_tools/bots/linux/nacl-install-linux-ports-2.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698