summaryrefslogtreecommitdiff
path: root/TestRelease.job
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2016-09-21 19:33:48 +0200
committerChristophe Lyon <christophe.lyon@linaro.org>2016-09-21 19:33:48 +0200
commitb4a46e99bb6b84d8ad893ac1dfe08308b6618181 (patch)
tree60afc84d6c6fa0bca8ffb83dfdc245e02b15bc6d /TestRelease.job
parentc47f0235318d8fd20b05d2fe2fb95f6e50fa96ab (diff)
scripts/TestRelease.job: Fix typo in cpu option.
Change-Id: Idb7aa365043aa35e569812fe2825bbf1cfe1037d
Diffstat (limited to 'TestRelease.job')
-rwxr-xr-xTestRelease.job2
1 files changed, 1 insertions, 1 deletions
diff --git a/TestRelease.job b/TestRelease.job
index effc7add..6460c546 100755
--- a/TestRelease.job
+++ b/TestRelease.job
@@ -92,7 +92,7 @@ if test ${baremetal} -gt 0; then
arm*)
# ARM does not need specs, but the default cpu implies
# undefined references to __sync_synchronize
- specs="--cpu cortex-a9"
+ specs="-mcpu=cortex-a9"
;;
esac
fi