2011/3/16 Shinya Kuribayashi > On 3/4/11 7:58 AM, franck.jullien@gmail.com wrote: > >> @@ -0,0 +1,31 @@ >> +CPPFLAGS += -fno-strict-aliasing >> + >> +board-$(CONFIG_GENERIC) := generic >> +cpu-$(CONFIG_NIOS2) := nios2 >> > > Any other processor core types other than 'nios2?' Can we name > it just arch/nios2/cpu/, not arch/nios2/cpu-nios2/? > > You're right, I'll rename it. Franck.