[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 16:23:33 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 957cf0eb0404ab3d0661c36fd1913f429a2ab3dc
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 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc
index b4f8c6b..2b5f5c1 100755
--- a/util/crossgcc/buildgcc
+++ b/util/crossgcc/buildgcc
@@ -19,13 +19,13 @@
 cd $(dirname $0)
 
 CROSSGCC_DATE="November 25th, 2015"
-CROSSGCC_VERSION="1.33"
+CROSSGCC_VERSION="1.34"
 
 # default settings
 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