浏览代码

Fixed a wrong ar version usage. Thanks Vogtinator

Eiyeron Fulmincendii 9 年之前
父节点
当前提交
0e613a9292
共有 1 个文件被更改,包括 1 次插入1 次删除
  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