summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTyler Baker <tyler.baker@linaro.org>2014-04-21 10:48:52 -0700
committerTyler Baker <tyler.baker@linaro.org>2014-04-21 10:48:52 -0700
commit9393dd54e22c8162207163bf9d76314e62b73e9a (patch)
treebc6fd551eb65424782225b13b493e143ce907a90
parent1584b9fc9f028ec8648c9265b130fecb834e3c73 (diff)
remove CC prefix
-rwxr-xr-xrun-host.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-host.sh b/run-host.sh
index 70f19d7..a6aba6c 100755
--- a/run-host.sh
+++ b/run-host.sh
@@ -73,7 +73,7 @@ lava-test-case spec2xxx-check --shell ./spec2xxx-check
echo "Running SPEC2 Install!"
lava-test-case spec2xxx-install --shell ./spec2xxx-install ~/SPEC2xxx.tar.xz
echo "Running SPEC2 Prepare!"
-lava-test-case spec2xxx-prepare --shell ./spec2xxx-prepare ./linux-armv7l-gcc4-linaro.in $CROSS_COMPILE
+lava-test-case spec2xxx-prepare --shell ./spec2xxx-prepare ./linux-armv7l-gcc4-linaro.in
echo "Running SPEC2 Build!"
lava-test-case spec2xxx-build --shell ./spec2xxx-build
echo "Running SPEC2!"