Wip
This commit is contained in:
@@ -17,7 +17,8 @@ BASE=`$cross_compiler_path/bin/*-*-gcc --version | head -n 1 | cut -d ' ' -f 1 |
|
||||
GCC_VERSION=`$cross_compiler_path/bin/*-*-gcc --version | head -n 1 | cut -d ' ' -f 4`
|
||||
VERSION=`$cross_compiler_path/bin/*-*-gcc --version | head -n 1 | cut -d ' ' -f 3 | cut -d '-' -f 1`
|
||||
|
||||
LIBC=unknown
|
||||
# uclibc is the default toolchain
|
||||
LIBC=uclibc
|
||||
cat configs/toolchain_defconfig | grep BR2_TOOLCHAIN_BUILDROOT_GLIBC
|
||||
if test $? -eq 0; then LIBC=glibc; fi
|
||||
cat configs/toolchain_defconfig | grep BR2_TOOLCHAIN_BUILDROOT_UCLIBC
|
||||
|
||||
Reference in New Issue
Block a user