summaryrefslogtreecommitdiffstats
path: root/kernel/arch/powerpc/boot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/arch/powerpc/boot/Makefile')
-rw-r--r--kernel/arch/powerpc/boot/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/arch/powerpc/boot/Makefile b/kernel/arch/powerpc/boot/Makefile
index 73eddda53..4eec430d8 100644
--- a/kernel/arch/powerpc/boot/Makefile
+++ b/kernel/arch/powerpc/boot/Makefile
@@ -28,6 +28,9 @@ BOOTCFLAGS += -m64
endif
ifdef CONFIG_CPU_BIG_ENDIAN
BOOTCFLAGS += -mbig-endian
+else
+BOOTCFLAGS += -mlittle-endian
+BOOTCFLAGS += $(call cc-option,-mabi=elfv2)
endif
BOOTAFLAGS := -D__ASSEMBLY__ $(BOOTCFLAGS) -traditional -nostdinc