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

Unified Diff: tools/trusted_cross_toolchains/trusted-toolchain-creator.mipsel.squeeze.sh

Issue 11299042: MIPS trusted toolchain: Don't skip QEMU patch if the file is missing (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Created 8 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/trusted_cross_toolchains/trusted-toolchain-creator.mipsel.squeeze.sh
diff --git a/tools/trusted_cross_toolchains/trusted-toolchain-creator.mipsel.squeeze.sh b/tools/trusted_cross_toolchains/trusted-toolchain-creator.mipsel.squeeze.sh
index c38654d5406ca11fc91c295e05debeedf89aacb1..4e9b874d70d7bf3e03539af98599ebaee967e33c 100755
--- a/tools/trusted_cross_toolchains/trusted-toolchain-creator.mipsel.squeeze.sh
+++ b/tools/trusted_cross_toolchains/trusted-toolchain-creator.mipsel.squeeze.sh
@@ -567,14 +567,11 @@ BuildAndInstallQemu() {
SubBanner "Downloading"
wget -c ${DOWNLOAD_QEMU_URL}
- SubBanner "Untaring"
+ SubBanner "Untarring"
tar zxf ${tarball}
cd qemu-0.12.5
-
- if [ -f "${PATCH_MIPS32}" ]; then
- SubBanner "Patching"
- patch -p1 < ${PATCH_MIPS32}
- fi
+ SubBanner "Patching"
+ patch -p1 < ${PATCH_MIPS32}
echo
echo "NOTE: on 64 bit systems you will need to the following 32bit libs:"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698