[coreboot-gerrit] New patch to review for coreboot: buildgcc: just build C

Ronald G. Minnich (rminnich@gmail.com) gerrit at coreboot.org
Sat Jan 23 22:45:54 CET 2016


Ronald G. Minnich (rminnich at gmail.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/13290

-gerrit

commit 1bea97bcc469e052832d638610a05d2d86618df1
Author: Ronald G. Minnich <rminnich at gmail.com>
Date:   Sat Jan 23 21:45:10 2016 +0000

    buildgcc: just build C
    
    we don't need C++, or Ada, or Fortran.
    
    And I can finally build a cross compiler. Thanks Patrick!
    
    Change-Id: I35c83a90b2f0248e40a33f8b7753ecb5989709dc
    Signed-off-by: Ronald G. Minnich <rminnich at gmail.com>
---
 util/crossgcc/buildgcc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc
index d0843fa..57fbe87 100755
--- a/util/crossgcc/buildgcc
+++ b/util/crossgcc/buildgcc
@@ -438,6 +438,7 @@ build_GCC() {
 		${GCC_OPTIONS} --enable-languages="${LANGUAGES}" \
 		--with-gmp=$DESTDIR$TARGETDIR --with-mpfr=$DESTDIR$TARGETDIR \
 		--with-mpc=$DESTDIR$TARGETDIR --with-libelf=$DESTDIR$TARGETDIR \
+		--enable-languages=c \
 		--with-pkgversion="coreboot toolchain v$CROSSGCC_VERSION $CROSSGCC_DATE" \
 		|| touch .failed
 	$MAKE $JOBS CFLAGS_FOR_BUILD="$HOSTCFLAGS" all-gcc || touch .failed



More information about the coreboot-gerrit mailing list