From: Gustavo Zacarias Date: Tue, 3 Mar 2015 21:35:20 +0000 (-0300) Subject: configs/qemu_mips64el_malta_defconfig: don't force eglibc X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=642348c8c859dff78041815e0a908f27ebc8ab70;p=buildroot.git configs/qemu_mips64el_malta_defconfig: don't force eglibc It's not required, the toolchain options should handle that. Signed-off-by: Gustavo Zacarias Signed-off-by: Thomas Petazzoni --- diff --git a/configs/qemu_mips64el_malta_defconfig b/configs/qemu_mips64el_malta_defconfig index 8d3a1326c9..8999e6cf13 100644 --- a/configs/qemu_mips64el_malta_defconfig +++ b/configs/qemu_mips64el_malta_defconfig @@ -2,9 +2,6 @@ BR2_mips64el=y BR2_MIPS_NABI64=y -# Toolchain -BR2_TOOLCHAIN_BUILDROOT_EGLIBC=y - # Filesystem BR2_TARGET_ROOTFS_EXT2=y # BR2_TARGET_ROOTFS_TAR is not set