[coreboot-gerrit] New patch to review for coreboot: crossgcc/Dockerfile: Add gnat to build the Ada toolchain

Nico Huber (nico.h@gmx.de) gerrit at coreboot.org
Sun Mar 12 15:55:05 CET 2017


Nico Huber (nico.h at gmx.de) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/18772

-gerrit

commit 215b98d0c4b9751cbb3f06b8de3a859371e3c34a
Author: Nico Huber <nico.h at gmx.de>
Date:   Sun Mar 12 15:25:17 2017 +0100

    crossgcc/Dockerfile: Add gnat to build the Ada toolchain
    
    If gnat is installed, buildgcc automatically enables Ada support.
    Instead of the general `gnat` package we install `gnat-6` which saves
    us about 80 MiB of downloads of unused "dependencies".
    
    Change-Id: Ie0b8564d016d458cd33ff75a2ee7bbd5de33afe2
    Signed-off-by: Nico Huber <nico.h at gmx.de>
---
 util/crossgcc/Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/util/crossgcc/Dockerfile b/util/crossgcc/Dockerfile
index da3c840..6cd014f 100644
--- a/util/crossgcc/Dockerfile
+++ b/util/crossgcc/Dockerfile
@@ -5,8 +5,8 @@ RUN \
 	useradd -p locked -m coreboot && \
 	apt-get -qq update && \
 	apt-get -qq upgrade && \
-	apt-get -qqy install gcc g++ make patch python diffutils bison flex \
-		git doxygen ccache subversion p7zip-full unrar-free \
+	apt-get -qqy install gcc g++ gnat-6 make patch python diffutils bison \
+		flex git doxygen ccache subversion p7zip-full unrar-free \
 		m4 wget curl bzip2 vim-common cmake xz-utils pkg-config \
 		dh-autoreconf unifont \
 		libssl-dev libgmp-dev zlib1g-dev libpci-dev liblzma-dev \



More information about the coreboot-gerrit mailing list