mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
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
1 changed files with 3 additions and 3 deletions
|
@ -18,14 +18,14 @@
|
||||||
|
|
||||||
cd $(dirname $0)
|
cd $(dirname $0)
|
||||||
|
|
||||||
CROSSGCC_DATE="November 25th, 2015"
|
CROSSGCC_DATE="January 22nd, 2016"
|
||||||
CROSSGCC_VERSION="1.33"
|
CROSSGCC_VERSION="1.34"
|
||||||
|
|
||||||
# default settings
|
# default settings
|
||||||
PACKAGE=GCC
|
PACKAGE=GCC
|
||||||
TARGETDIR=$(pwd)/xgcc
|
TARGETDIR=$(pwd)/xgcc
|
||||||
TARGETARCH=i386-elf
|
TARGETARCH=i386-elf
|
||||||
LANGUAGES=c
|
LANGUAGES=c,ada
|
||||||
DESTDIR=
|
DESTDIR=
|
||||||
SAVETEMPS=0
|
SAVETEMPS=0
|
||||||
SKIPPYTHON=1
|
SKIPPYTHON=1
|
||||||
|
|
Loading…
Add table
Reference in a new issue