diff options
author | 2015-03-03 18:35:20 -0300 | |
---|---|---|
committer | 2015-03-04 19:42:56 +0100 | |
commit | 642348c8c859dff78041815e0a908f27ebc8ab70 (patch) | |
tree | 586decb1aa6b65c3ba1d4c61c93f5b9cf95badea /configs/qemu_mips64el_malta_defconfig | |
parent | c300c8b24a92343ef865550602ea904c2edba8ee (diff) | |
download | buildroot-642348c8c859dff78041815e0a908f27ebc8ab70.tar.gz buildroot-642348c8c859dff78041815e0a908f27ebc8ab70.tar.bz2 |
configs/qemu_mips64el_malta_defconfig: don't force eglibc
It's not required, the toolchain options should handle that.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'configs/qemu_mips64el_malta_defconfig')
-rw-r--r-- | configs/qemu_mips64el_malta_defconfig | 3 |
1 files changed, 0 insertions, 3 deletions
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 |