Explorar el Código

Fixed a wrong ar version usage. Thanks Vogtinator

Eiyeron Fulmincendii hace 9 años
padre
commit
0e613a9292
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      sqstdlib/Makefile

+ 1 - 1
sqstdlib/Makefile

@@ -43,5 +43,5 @@ sq64:
 sqnspire:
 	nspire-gcc -O2 -fno-exceptions -Wall -fno-strict-aliasing -c $(SRCS) $(INCZ) -lnspireio
 	# Ndless doesn't provide a ndless-ar wrapper
-	ar rc $(OUT) *.o
+	arm-none-eabi-ar rc $(OUT) *.o
 	rm *.o