From cab88e6133b0db9c6663ffd8b2f65cb35e8a9dda Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Thu, 29 Sep 2016 19:47:44 -0500 Subject: [PATCH] only x86-ish targets can use an unprefixed nm --- ci/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/run.sh b/ci/run.sh index 237c505..c0406e3 100644 --- a/ci/run.sh +++ b/ci/run.sh @@ -37,7 +37,7 @@ case $1 in thumb*) PREFIX=arm-none-eabi- ;; - *-unknown-linux-gnu | *-apple-darwin) + *86*-*) PREFIX= ;; esac