On 18/07/2015 11:40, Peter Crosthwaite wrote: > -) > > diff --git a/Makefile.target b/Makefile.target > index 6186f03..31eda57 100644 > --- a/Makefile.target > +++ b/Makefile.target > @@ -13,6 +13,12 @@ QEMU_CFLAGS += -I../linux-headers > endif > QEMU_CFLAGS += -I.. -I$(SRC_PATH)/target-$(TARGET_BASE_ARCH) -DNEED_CPU_H > > +ifeq ($(TARGET_BASE_ARCH), multi) > +ARCH_DIRS=$(MULTI_BASE_TARGETS) > +else > +ARCH_DIRS=$(TARGET_BASE_ARCH) > +endif
Perhaps ARCH_DIRS can be defined directly by configure in config-target.mak? It's the only place where MULTI_BASE_TARGETS is used. Paolo > +