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)
This commit is contained in:
parent
b9b2c6fef2
commit
89798bcb0c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue