From 51e8fad08dbc047a775707cfe737daa4f4c028d9 Mon Sep 17 00:00:00 2001 From: Peter Steenbergen Date: Wed, 7 Nov 2018 14:36:33 +0100 Subject: [PATCH] Buildroot: Switch to glibc and enforce gcc 4.9.x and copy gconv libs - This is to bring the binaries more inline with Rasbian - This might fix #6 because of the ld-linking - This might fix #8 because of locale support issues Untested for the moment as a clean build takes ages again, which I need to postpone for the moment - I do not have a beefy build machine (anymore) at the moment. --- buildroot-external/configs/mycroftos_rpi3_defconfig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/buildroot-external/configs/mycroftos_rpi3_defconfig b/buildroot-external/configs/mycroftos_rpi3_defconfig index 67fca2f7..fc1f18fc 100644 --- a/buildroot-external/configs/mycroftos_rpi3_defconfig +++ b/buildroot-external/configs/mycroftos_rpi3_defconfig @@ -6,9 +6,11 @@ BR2_CCACHE=y BR2_CCACHE_DIR="../ccache" BR2_OPTIMIZE_FAST=y BR2_GLOBAL_PATCH_DIR="../buildroot-patches" +BR2_TOOLCHAIN_BUILDROOT_GLIBC=y BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_14=y -BR2_TOOLCHAIN_BUILDROOT_LOCALE=y +BR2_GCC_VERSION_4_9_X=y BR2_TOOLCHAIN_BUILDROOT_CXX=y +BR2_TOOLCHAIN_GLIBC_GCONV_LIBS_COPY=y BR2_TARGET_GENERIC_HOSTNAME="MycroftOS" BR2_TARGET_GENERIC_ISSUE="Welcome to MycroftOS" BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV=y @@ -136,6 +138,7 @@ BR2_PACKAGE_LIBMPEG2_BINS=y BR2_PACKAGE_LIBTHEORA=y BR2_PACKAGE_LIBCURL=y BR2_PACKAGE_CURL=y +BR2_PACKAGE_LIBTIRPC=y BR2_PACKAGE_LIBFRIBIDI=y BR2_PACKAGE_LIBUNISTRING=y BR2_PACKAGE_NCURSES_WCHAR=y