crossgcc: Switch POWER8 to big endian mode
Change-Id: If8c07fb3bee4bf0b531e52fae29890af99f924b4 Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/14161 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
parent
f1d807c5c6
commit
a45a0b70a5
|
@ -64,7 +64,7 @@ build-riscv:
|
||||||
@$(MAKE) build_gcc BUILD_PLATFORM=riscv-elf
|
@$(MAKE) build_gcc BUILD_PLATFORM=riscv-elf
|
||||||
|
|
||||||
build-power8:
|
build-power8:
|
||||||
@$(MAKE) build_tools BUILD_PLATFORM=powerpc64le-linux-gnu
|
@$(MAKE) build_tools BUILD_PLATFORM=powerpc64-linux-gnu
|
||||||
|
|
||||||
build-nds32le:
|
build-nds32le:
|
||||||
@$(MAKE) build_tools BUILD_PLATFORM=nds32le-elf
|
@$(MAKE) build_tools BUILD_PLATFORM=nds32le-elf
|
||||||
|
|
Loading…
Reference in New Issue