Эх сурвалжийг харах

only x86-ish targets can use an unprefixed nm

Jorge Aparicio 8 жил өмнө
parent
commit
cab88e6133
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      ci/run.sh

+ 1 - 1
ci/run.sh

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