[coreboot-gerrit] Change in coreboot[master]: util/crossgcc: Add warning about issues with libpayload and the x64 t...

Renze Nicolai (Code Review) gerrit at coreboot.org
Thu Dec 28 15:40:42 CET 2017


Renze Nicolai has uploaded this change for review. ( https://review.coreboot.org/23026


Change subject: 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.
......................................................................

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 at 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 https://review.coreboot.org/23026
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/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 at rnplus.nl>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20171228/3d65f877/attachment.html>


More information about the coreboot-gerrit mailing list