only x86-ish targets can use an unprefixed nm
This commit is contained in:
parent
9a9f025347
commit
eeaaebc9ac
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ case $1 in
|
|||
thumb*)
|
||||
PREFIX=arm-none-eabi-
|
||||
;;
|
||||
*-unknown-linux-gnu | *-apple-darwin)
|
||||
*86*-*)
|
||||
PREFIX=
|
||||
;;
|
||||
esac
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue