diff --git a/arch/sandbox/Makefile b/arch/sandbox/Makefile index c059d3a..9794c11 100644 --- a/arch/sandbox/Makefile +++ b/arch/sandbox/Makefile @@ -42,6 +42,10 @@ ELF_ARCH := $(SUBARCH) ELF_FORMAT := elf32-$(SUBARCH) endif +ifeq ($(SUBARCH),powerpc) +ELF_ARCH := powerpc +ELF_FORMAT := elf32-powerpc +endif export ELF_FORMAT ELF_ARCH SUBARCH # Update machine arch and proc symlinks if something which affects