Explorar o código

only x86-ish targets can use an unprefixed nm

Jorge Aparicio %!s(int64=8) %!d(string=hai) anos
pai
achega
cab88e6133
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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