WXbet
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
support/functions/_plugin_update_toolchain
|
|
@ -715,7 +715,7 @@ _get_template_properties(){ |
|
|
|
make olddefconfig >/dev/null; |
|
|
|
arch=$(grep '^FREETZ_TARGET_ARCH=' ".config" | awk -F'"' '{print $2}'); |
|
|
|
bitness=$(grep '^FREETZ_GCC_ABI=' ".config" | awk -F'"' '{print $2}'); |
|
|
|
[ $(grep -i '^FREETZ_TARGET_ARCH_BE=y' ".config") ] && endianness="BE" || endianness ="LE"; |
|
|
|
[ $(grep -i '^FREETZ_TARGET_ARCH_BE=y' ".config") ] && endianness="BE" || endianness="LE"; |
|
|
|
[ $(grep -i '^FREETZ_LIB_libuClibc=y' ".config") ] && libc="uClibc"; |
|
|
|
[ $(grep -i '^FREETZ_LIB_libglibc=y' ".config") ] && libc="glibc"; |
|
|
|
[ $(grep -i '^FREETZ_LIB_libumusl=y' ".config") ] && libc="musl"; |
|
|
|