[coreboot-gerrit] Patch set updated for coreboot: crossgcc: Switch POWER8 to big endian mode

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Wed Mar 23 17:41:38 CET 2016


Martin Roth (martinroth at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/14161

-gerrit

commit 23409f3596e08fd7f93b176a2751d142b2110c2e
Author: Martin Roth <martinroth at google.com>
Date:   Wed Mar 23 09:00:11 2016 -0600

    crossgcc: Switch POWER8 to big endian mode
    
    Change-Id: If8c07fb3bee4bf0b531e52fae29890af99f924b4
    Signed-off-by: Martin Roth <martinroth at google.com>
---
 util/crossgcc/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/crossgcc/Makefile b/util/crossgcc/Makefile
index 917301c..24fe942 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



More information about the coreboot-gerrit mailing list