diff-tree 2723e70eed7268333fc38566237b7a3b27749312 (from 3a5e21881a194f4d4e053be8410d82a2458e8544) Author: Rodolfo Giometti Date: Tue Apr 11 00:26:24 2006 +0200 Mips AS call fixed. diff --git a/cpu/mips/config.mk b/cpu/mips/config.mk index c357615..885dc7f 100644 --- a/cpu/mips/config.mk +++ b/cpu/mips/config.mk @@ -21,7 +21,7 @@ # MA 02111-1307 USA # v=$(shell \ -mips-linux-as --version|grep "GNU assembler"|awk '{print $$3}'|awk -F . '{print $$2}') +$(AS) --version|grep "GNU assembler"|awk '{print $$3}'|awk -F . '{print $$2}') MIPSFLAGS=$(shell \ if [ "$v" -lt "14" ]; then \ echo "-mcpu=4kc"; \