From f7bc8e7f4c3f6f4369249baa9752854fc9875c5a Mon Sep 17 00:00:00 2001 From: jbnadal Date: Thu, 8 Dec 2016 20:16:35 +0100 Subject: [PATCH] Add o_exec for fopen into libc. --- projects/sun8i-h2_domo/configs/toolchain.config | 4 ++-- projects/sun8i-h2_domo/configs/uClibc-ng.config | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/projects/sun8i-h2_domo/configs/toolchain.config b/projects/sun8i-h2_domo/configs/toolchain.config index 32c914bf..4eb46e1f 100644 --- a/projects/sun8i-h2_domo/configs/toolchain.config +++ b/projects/sun8i-h2_domo/configs/toolchain.config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Buildroot 2016.08.1-ga71004e-dirty Configuration +# Buildroot 2016.08.1-g84f171f-dirty Configuration # BR2_HAVE_DOT_CONFIG=y BR2_HOST_GCC_AT_LEAST_4_6=y @@ -2428,7 +2428,7 @@ BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION="" # BR2_PACKAGE_LIBUBOX is not set # BR2_PACKAGE_PROCD is not set # BR2_PACKAGE_UBOX is not set -# BR2_PACKAGE_UBUSD is not set +# BR2_PACKAGE_UBUS is not set # # Domo diff --git a/projects/sun8i-h2_domo/configs/uClibc-ng.config b/projects/sun8i-h2_domo/configs/uClibc-ng.config index 6a9274a5..29765a8a 100644 --- a/projects/sun8i-h2_domo/configs/uClibc-ng.config +++ b/projects/sun8i-h2_domo/configs/uClibc-ng.config @@ -51,7 +51,7 @@ UCLIBC_HAS_FPU=y DO_C99_MATH=y DO_XSI_MATH=y # UCLIBC_HAS_FENV is not set -KERNEL_HEADERS="/home/jbnadal/sources/git/audio/_builds/sun8i-h3_QuartetIII-release/buildroot/build/linux-headers-3.4.112/usr/include" +KERNEL_HEADERS="/home/jbnadal/sources/jb/PI/Domo/_builds/sun8i-h2_domo-release/buildroot/build/linux-headers-3.4.113/usr/include" HAVE_DOT_CONFIG=y # @@ -189,7 +189,7 @@ UCLIBC_HAS_STDIO_PUTC_MACRO=y UCLIBC_HAS_STDIO_AUTO_RW_TRANSITION=y # UCLIBC_HAS_FOPEN_LARGEFILE_MODE is not set UCLIBC_HAS_FOPEN_EXCLUSIVE_MODE=y -# UCLIBC_HAS_FOPEN_CLOSEEXEC_MODE is not set +UCLIBC_HAS_FOPEN_CLOSEEXEC_MODE=y UCLIBC_HAS_GLIBC_CUSTOM_STREAMS=y UCLIBC_HAS_PRINTF_M_SPEC=y UCLIBC_HAS_ERRNO_MESSAGES=y @@ -236,7 +236,7 @@ UCLIBC_BUILD_NOEXECSTACK=y # # Development/debugging options # -CROSS_COMPILER_PREFIX="/home/jbnadal/sources/git/audio/AwoxBSP/projects/customers/sun8i-h3_QuartetIII/../../../../_builds/sun8i-h3_QuartetIII-release//cross/usr/bin/arm-awox-linux-uclibcgnueabihf-" +CROSS_COMPILER_PREFIX="/home/jbnadal/sources/jb/PI/Domo/projects/sun8i-h2_domo/../../_builds/sun8i-h2_domo-release//cross/usr/bin/arm-awox-linux-uclibcgnueabihf-" UCLIBC_EXTRA_CFLAGS="" # DODEBUG is not set # DOSTRIP is not set