On Wed, 2010-04-07 at 17:16 +0000, Zhang Le wrote: [...] > > +# enable the workarounds for loongson2f > > +ifdef CONFIG_CPU_LOONGSON2F_WORKAROUNDS > > + ifeq ($(call as-option,-Wa$(comma)-mfix-loongson2f-nop,),) > > + $(error gcc does not support needed option -mfix-loongson2f-nop) > > Again, this is an as option. :) > So this error msg is a little miss leading. > Maybe we should tell user at least which version of binutils is needed. > hmm, yeah, it's better to tell the users the exact tool here although 'as' is part of the integrated gcc toolchain ;) Thanks & Regards, Wu Zhangjin