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:
Martin Roth 2016-03-23 09:00:11 -06:00 committed by Patrick Georgi
parent f1d807c5c6
commit a45a0b70a5
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ build-riscv:
@$(MAKE) build_gcc BUILD_PLATFORM=riscv-elf
build-power8:
@$(MAKE) build_tools BUILD_PLATFORM=powerpc64le-linux-gnu
@$(MAKE) build_tools BUILD_PLATFORM=powerpc64-linux-gnu
build-nds32le:
@$(MAKE) build_tools BUILD_PLATFORM=nds32le-elf