[coreboot-gerrit] Change in coreboot[master]: util/crossgcc: Fix musl libc support

Philipp Deppenwiese (Code Review) gerrit at coreboot.org
Fri Jun 16 07:13:22 CEST 2017


Philipp Deppenwiese has uploaded this change for review. ( https://review.coreboot.org/20235


Change subject: util/crossgcc: Fix musl libc support
......................................................................

util/crossgcc: Fix musl libc support

Musl libc requires NLS support to be deactivated.
This is normally standard for the whole coreboot toolchain
except the libelf package.

Change-Id: Ia4d01393771ccdff9e0498d7efd1bbdd11cff8db
Signed-off-by: Philipp Deppenwiese <zaolin at das-labor.org>
---
M util/crossgcc/buildgcc
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/35/20235/1

diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc
index 63abc59..3a67ef8 100755
--- a/util/crossgcc/buildgcc
+++ b/util/crossgcc/buildgcc
@@ -562,7 +562,7 @@
 
 build_LIBELF() {
 	CC="$CC" CFLAGS="$HOSTCFLAGS" libelf_cv_elf_h_works=no \
-	../${LIBELF_DIR}/configure --disable-shared --prefix=$TARGETDIR \
+	../${LIBELF_DIR}/configure --disable-shared --disable-nls --prefix=$TARGETDIR \
 		--infodir=$TARGETDIR/info CFLAGS="$HOSTCFLAGS" || touch .failed
 	$MAKE $JOBS || touch .failed
 	$MAKE install prefix=$DESTDIR$TARGETDIR || touch .failed

-- 
To view, visit https://review.coreboot.org/20235
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia4d01393771ccdff9e0498d7efd1bbdd11cff8db
Gerrit-Change-Number: 20235
Gerrit-PatchSet: 1
Gerrit-Owner: Philipp Deppenwiese <zaolin.daisuki at gmail.com>



More information about the coreboot-gerrit mailing list