From 32c4a06a43dd2b61b589e7f9c10f44c1902d7447 Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Mon, 25 Jan 2016 18:30:57 +0100 Subject: Revert "util/crossgcc: Build Ada frontend by default" This reverts commit 89798bcb0cee369cd2aaeda8704d23d347dbe192. Disable building gnat again as it turned out that many distros don't ship with a sufficient recent version of gnat. We'll have to find a reliable way to check for the installed gnat version and query the user or bootstrap gcc in that case. Change-Id: Ife7cf7c9d1567aca898ce308b120a7b9e146e5f5 Signed-off-by: Nico Huber Reviewed-on: https://review.coreboot.org/13422 Reviewed-by: Patrick Georgi Reviewed-by: Martin Roth Reviewed-by: Timothy Pearson Tested-by: build bot (Jenkins) --- util/crossgcc/buildgcc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'util') diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index d0843fa2fb..b4f8c6bdcc 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -18,14 +18,14 @@ cd $(dirname $0) -CROSSGCC_DATE="January 22nd, 2016" -CROSSGCC_VERSION="1.34" +CROSSGCC_DATE="November 25th, 2015" +CROSSGCC_VERSION="1.33" # default settings PACKAGE=GCC TARGETDIR=$(pwd)/xgcc TARGETARCH=i386-elf -LANGUAGES=c,ada +LANGUAGES=c DESTDIR= SAVETEMPS=0 SKIPPYTHON=1 -- cgit v1.2.3