only x86-ish targets can use an unprefixed nm

This commit is contained in:
Jorge Aparicio 2016-09-29 19:47:44 -05:00
parent 9a9f025347
commit eeaaebc9ac

View file

@ -37,7 +37,7 @@ case $1 in
thumb*)
PREFIX=arm-none-eabi-
;;
*-unknown-linux-gnu | *-apple-darwin)
*86*-*)
PREFIX=
;;
esac