From 9a848dde8b34a854af716670f5c993c49c1ab22e Mon Sep 17 00:00:00 2001 From: Philipp Deppenwiese Date: Thu, 15 Jun 2017 23:12:43 -0600 Subject: util/crossgcc: Fix musl libc support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Disable NLS for libelf. Change-Id: Ia4d01393771ccdff9e0498d7efd1bbdd11cff8db Signed-off-by: Philipp Deppenwiese Reviewed-on: https://review.coreboot.org/20235 Tested-by: build bot (Jenkins) Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Martin Roth --- util/crossgcc/buildgcc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index 63abc59a02..3a67ef85cc 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -562,7 +562,7 @@ build_MPC() { 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 -- cgit v1.2.3