diff options
author | Nico Huber <nico.h@gmx.de> | 2016-01-15 00:32:06 +0100 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2016-01-23 01:41:31 +0100 |
commit | 89798bcb0cee369cd2aaeda8704d23d347dbe192 (patch) | |
tree | d5e95011483e12bc796efd8710ca944dce721092 /util/crossgcc/buildgcc | |
parent | b9b2c6fef2e61721e5425345ff7951697b257569 (diff) |
util/crossgcc: Build Ada frontend by default
Change-Id: I4889219f055aeefd449f9a9fcc4dc716b8c439d4
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/13042
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'util/crossgcc/buildgcc')
-rwxr-xr-x | util/crossgcc/buildgcc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index b4f8c6bdcc..d0843fa2fb 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -18,14 +18,14 @@ cd $(dirname $0) -CROSSGCC_DATE="November 25th, 2015" -CROSSGCC_VERSION="1.33" +CROSSGCC_DATE="January 22nd, 2016" +CROSSGCC_VERSION="1.34" # default settings PACKAGE=GCC TARGETDIR=$(pwd)/xgcc TARGETARCH=i386-elf -LANGUAGES=c +LANGUAGES=c,ada DESTDIR= SAVETEMPS=0 SKIPPYTHON=1 |