diff options
author | Martin Roth <martinroth@google.com> | 2016-03-23 09:00:11 -0600 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2016-03-24 18:32:23 +0100 |
commit | a45a0b70a5d84f76bae903c5b079c73ee794f773 (patch) | |
tree | 1668225bd6cbdbc63745298e82caca0902b9ef91 /util | |
parent | f1d807c5c603e9a77cf3ddd54e4aa3ceebcc3ae9 (diff) | |
download | coreboot-a45a0b70a5d84f76bae903c5b079c73ee794f773.tar.xz |
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>
Diffstat (limited to 'util')
-rw-r--r-- | util/crossgcc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/crossgcc/Makefile b/util/crossgcc/Makefile index 917301c341..24fe942d9b 100644 --- a/util/crossgcc/Makefile +++ b/util/crossgcc/Makefile @@ -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 |