>> obj-mips-y += mips_addr.o mips_timer.o mips_int.o >> obj-mips-y += dma.o vga.o i8259.o >> obj-mips-y += g364fb.o jazz_led.o >> -obj-mips-y += gt64xxx.o pckbd.o mc146818rtc.o >> +obj-mips-y += gt64xxx.o bonito.o pckbd.o mc146818rtc.o >> > > Is fulong 64 bit only? > > Maybe it would be better to add a new CONFIG_FULONG to > default-configs/mips64-softmmu.mak and default-configs/mips64el-softmmu.mak > and then use obj-mips-$(CONFIG_FULONG) here and in the other patches. >
fulong support both 32/64 bit software, but only support little-endian, so I think I need to add CONFIG_FULONG to default-configs/mipsel-softmmu.mak and default-configs/mips64el-softmmu.mak. -- Huacai Chen