CONFIG_USE_MUSL=y CONFIG_SSP_SUPPORT=y CONFIG_BINUTILS_VERSION_2_34=y CONFIG_BINUTILS_VERSION="2.34" CONFIG_GCC_VERSION="8.4.0" # CONFIG_GCC_USE_IREMAP is not set CONFIG_LIBC="musl" CONFIG_TARGET_SUFFIX="musl" # CONFIG_IB is not set # CONFIG_SDK is not set # CONFI...
config GCC_USE_VERSION_5 bool default y config EXTRA_GCC_CONFIG_OPTIONS string default "" config SSP_SUPPORT bool default y config LIBC_USE_MUSL bool default y config GDB bool default y config USE_MUSL bool default y config GCC_VERSION string default "5.2.0"...
LIBC=musl #endif #endif EOF eval "$($CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g')" # Second heuristic to detect musl libc.if [ "$LIBC" = unknown ] && command -v ldd >/dev/null && ...
LIBC=musl #endif #endif EOF eval "$($CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g')" # Second heuristic to detect musl libc.if [ "$LIBC" = unknown ] && command -v ldd >/dev/null && ...
LIBC=musl #else LIBC=gnu #endif #endif EOF eval "$($CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g')" ;; esac # Note: order is significant - the case branches are not exclusive.case...
LIBC=dietlibc #else LIBC=gnu #endif EOF eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`" # If ldd exists, use it to detect musl libc.if command -v ldd >/dev/null && \
- ) # Use stdin as input. break ;; -* ) echo "$me: invalid option $1$help" exit 1 ;; *local*) # First pass through any local machine types. echo $1 exit ;; * ) break ;; esac done case $# in 0) echo "$me: missing argument$help" >&2 exit 1;; 1) ;; *) echo "...
t-musl t-netbsd t-openbsd t-pnt16-warn t-rtems t-slibgcc t-sol2 t-sysroot-suffix t-uclibc t-vxworks t-winnt tm-dwarf2.h usegas.h usegld.h vx-common.h vxworks-c.cc vxworks-driver.cc vxworks-dummy.h vxworks-rust.cc vxworks-smp.opt vxworks-smp.opt.urls vxworks-stdint.h vxworks...
On top of the cpu and arch fields, Yarn now support a new libc field which can be used in tandem with optionalDependencies to avoid downloading packages that have been linked against incompatible standard libraries (we currently support two values: glibc and musl). The pnpm linker has received...
# BR2_TOOLCHAIN_BUILDROOT_MUSL is not set BR2_TOOLCHAIN_BUILDROOT_LIBC="glibc" # # Kernel Header Options # BR2_KERNEL_HEADERS_AS_KERNEL=y # BR2_KERNEL_HEADERS_4_4 is not set # BR2_KERNEL_HEADERS_4_9 is not set # BR2_KERNEL_HEADERS_4_14 is not set ...