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

Unified Diff: tools/trusted_cross_toolchains/qemu_tool_mips32.sh

Issue 11414047: [MIPS] Minor tweaks for QEMU. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Updated Copyright headers of the files. 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 | tools/trusted_cross_toolchains/trusted-toolchain-creator.mipsel.squeeze.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/trusted_cross_toolchains/qemu_tool_mips32.sh
diff --git a/tools/trusted_cross_toolchains/qemu_tool_mips32.sh b/tools/trusted_cross_toolchains/qemu_tool_mips32.sh
index 3cfb963df7b3d7b115bc402a07732397cd5b5029..ef7021ef01b40297c804d6dba916fd7db5ce6cbf 100755
--- a/tools/trusted_cross_toolchains/qemu_tool_mips32.sh
+++ b/tools/trusted_cross_toolchains/qemu_tool_mips32.sh
@@ -1,8 +1,7 @@
#!/bin/bash
-#
-# Copyright 2012 The Native Client Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can
-# be found in the LICENSE file.
+# Copyright (c) 2012 The Native Client Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
set -o nounset
set -o errexit
@@ -17,7 +16,7 @@ set -o errexit
# From a qemu build based on qemu-0.12.5.tar.gz
readonly SDK_ROOT=$(dirname $0)
readonly QEMU=${SDK_ROOT}/qemu-mips32
-readonly QEMU_JAIL=${SDK_ROOT}/mips-release/mips-linux-gnu/libc/el
+readonly QEMU_JAIL=${SDK_ROOT}/sysroot
# NOTE: some useful debugging options for qemu:
# env vars:
# QEMU_STRACE=1
« no previous file with comments | « no previous file | tools/trusted_cross_toolchains/trusted-toolchain-creator.mipsel.squeeze.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698