Renze Nicolai has uploaded this change for review.

View Change

util/crossgcc: Add warning about issues with libpayload and the x64 toolchain
This patch adds a warning to the "help_toolchain" text, stating that using the
x64 toolchain causes libpayload based payloads to fail.

Change-Id: Ic4543f29f831af9e4e8e9eb16fd7fe7316505f26
Signed-off-by: Renze Nicolai <renze@rnplus.nl>
---
M util/crossgcc/Makefile.inc
1 file changed, 4 insertions(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/26/23026/1
diff --git a/util/crossgcc/Makefile.inc b/util/crossgcc/Makefile.inc
index f7da7de..ea9e7ab 100644
--- a/util/crossgcc/Makefile.inc
+++ b/util/crossgcc/Makefile.inc
@@ -27,6 +27,10 @@
@echo ' crossgcc-ARCH - Build cross-compiler for specific architecture'
@echo ' crosstools-ARCH - Build cross-compiler with GDB for specific architecture'
@echo ' ARCH can be "$(subst $(spc),"$(comma) ",$(TOOLCHAIN_ARCHES))"'
+ @echo ' '
+ @echo ' For Intel platforms the use of the i386 ARCH is recommended as using the'
+ @echo ' x64 toolchain might cause issues with using libpayload based payloads.'
+ @echo ' '
@echo ' Use "make [target] CPUS=#" to build toolchain using multiple cores'
@echo


To view, visit change 23026. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic4543f29f831af9e4e8e9eb16fd7fe7316505f26
Gerrit-Change-Number: 23026
Gerrit-PatchSet: 1
Gerrit-Owner: Renze Nicolai <renze@rnplus.nl>