[coreboot-gerrit] New patch to review for coreboot: util/crossgcc: Comment host toolchain requirements

Nico Huber (nico.h@gmx.de) gerrit at coreboot.org
Sun Jan 24 00:43:58 CET 2016


Nico Huber (nico.h at gmx.de) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/13291

-gerrit

commit 6af9c3106f9883bac3cfa54b50140ca49e9fbaae
Author: Nico Huber <nico.h at gmx.de>
Date:   Sun Jan 24 00:41:46 2016 +0100

    util/crossgcc: Comment host toolchain requirements
    
    Change-Id: Ib61ee97096fcaf157d09497a7f3c1d9690b8833e
    Signed-off-by: Nico Huber <nico.h at gmx.de>
---
 util/crossgcc/README | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/util/crossgcc/README b/util/crossgcc/README
index 5ce9304..d54e7cc 100644
--- a/util/crossgcc/README
+++ b/util/crossgcc/README
@@ -3,6 +3,11 @@ README
 
 This is a cross toolchain builder for -elf toolchains (ie. no libc support)
 
+By default, support for C and Ada will be built. This requires a host
+toolchain supporting both of these languages. The set of target languages
+can be overridden with the --languages switch (see ./buildgcc --help) or
+the BUILD_LANGUAGES make variable.
+
 known working:
   i386-elf
   x86_64-elf



More information about the coreboot-gerrit mailing list