[coreboot-gerrit] Patch set updated for coreboot: util/crossgcc: Build Ada frontend by default

Nico Huber (nico.h@gmx.de) gerrit at coreboot.org
Fri Jan 22 00:42:51 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/13042

-gerrit

commit cfc22e37ea56f5132dab2ce455e1d617d90278f5
Author: Nico Huber <nico.h at gmx.de>
Date:   Fri Jan 15 00:32:06 2016 +0100

    util/crossgcc: Build Ada frontend by default
    
    Change-Id: I4889219f055aeefd449f9a9fcc4dc716b8c439d4
    Signed-off-by: Nico Huber <nico.h at gmx.de>
---
 util/crossgcc/buildgcc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc
index b4f8c6b..4ec1603 100755
--- a/util/crossgcc/buildgcc
+++ b/util/crossgcc/buildgcc
@@ -25,7 +25,7 @@ CROSSGCC_VERSION="1.33"
 PACKAGE=GCC
 TARGETDIR=$(pwd)/xgcc
 TARGETARCH=i386-elf
-LANGUAGES=c
+LANGUAGES=c,ada
 DESTDIR=
 SAVETEMPS=0
 SKIPPYTHON=1



More information about the coreboot-gerrit mailing list