mirror of https://github.com/OpenIPC/firmware.git
Enable libstdc++
parent
243e3dc390
commit
7876b64c47
|
@ -17,7 +17,7 @@ BR2_TOOLCHAIN_BUILDROOT_LIBC="uclibc"
|
|||
# BR2_TOOLCHAIN_USES_MUSL is not set
|
||||
# BR2_TOOLCHAIN_BUILDROOT_MUSL is not set
|
||||
# BR2_TOOLCHAIN_BUILDROOT_LIBC="musl"
|
||||
# BR2_TOOLCHAIN_BUILDROOT_CXX is not set
|
||||
BR2_TOOLCHAIN_BUILDROOT_CXX=y
|
||||
# BR2_TOOLCHAIN_BUILDROOT_LOCALE is not set
|
||||
BR2_TOOLCHAIN_BUILDROOT_USE_SSP=y
|
||||
|
||||
|
|
|
@ -17,6 +17,7 @@ BR2_GCC_VERSION_7_X=y
|
|||
BR2_TOOLCHAIN_USES_MUSL=y
|
||||
BR2_TOOLCHAIN_BUILDROOT_MUSL=y
|
||||
BR2_TOOLCHAIN_BUILDROOT_LIBC="musl"
|
||||
BR2_TOOLCHAIN_BUILDROOT_CXX=y
|
||||
BR2_TOOLCHAIN_BUILDROOT_LOCALE=y
|
||||
BR2_TOOLCHAIN_BUILDROOT_USE_SSP=y
|
||||
|
||||
|
|
|
@ -17,6 +17,7 @@ BR2_GCC_VERSION_7_X=y
|
|||
BR2_TOOLCHAIN_USES_MUSL=y
|
||||
BR2_TOOLCHAIN_BUILDROOT_MUSL=y
|
||||
BR2_TOOLCHAIN_BUILDROOT_LIBC="musl"
|
||||
BR2_TOOLCHAIN_BUILDROOT_CXX=y
|
||||
BR2_TOOLCHAIN_BUILDROOT_LOCALE=y
|
||||
BR2_TOOLCHAIN_BUILDROOT_USE_SSP=y
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ BR2_TOOLCHAIN_BUILDROOT_LIBC="uclibc"
|
|||
# BR2_TOOLCHAIN_USES_MUSL is not set
|
||||
# BR2_TOOLCHAIN_BUILDROOT_MUSL is not set
|
||||
# BR2_TOOLCHAIN_BUILDROOT_LIBC="musl"
|
||||
# BR2_TOOLCHAIN_BUILDROOT_CXX is not set
|
||||
BR2_TOOLCHAIN_BUILDROOT_CXX=y
|
||||
# BR2_TOOLCHAIN_BUILDROOT_LOCALE is not set
|
||||
BR2_TOOLCHAIN_BUILDROOT_USE_SSP=y
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ BR2_TOOLCHAIN_BUILDROOT_LIBC="uclibc"
|
|||
# BR2_TOOLCHAIN_USES_MUSL is not set
|
||||
# BR2_TOOLCHAIN_BUILDROOT_MUSL is not set
|
||||
# BR2_TOOLCHAIN_BUILDROOT_LIBC="musl"
|
||||
# BR2_TOOLCHAIN_BUILDROOT_CXX is not set
|
||||
BR2_TOOLCHAIN_BUILDROOT_CXX=y
|
||||
# BR2_TOOLCHAIN_BUILDROOT_LOCALE is not set
|
||||
BR2_TOOLCHAIN_BUILDROOT_USE_SSP=y
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ BR2_TOOLCHAIN_BUILDROOT_LIBC="uclibc"
|
|||
# BR2_TOOLCHAIN_USES_MUSL is not set
|
||||
# BR2_TOOLCHAIN_BUILDROOT_MUSL is not set
|
||||
# BR2_TOOLCHAIN_BUILDROOT_LIBC="musl"
|
||||
# BR2_TOOLCHAIN_BUILDROOT_CXX is not set
|
||||
BR2_TOOLCHAIN_BUILDROOT_CXX=y
|
||||
# BR2_TOOLCHAIN_BUILDROOT_LOCALE is not set
|
||||
BR2_TOOLCHAIN_BUILDROOT_USE_SSP=y
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ BR2_TOOLCHAIN_BUILDROOT_LIBC="uclibc"
|
|||
# BR2_TOOLCHAIN_USES_MUSL is not set
|
||||
# BR2_TOOLCHAIN_BUILDROOT_MUSL is not set
|
||||
# BR2_TOOLCHAIN_BUILDROOT_LIBC="musl"
|
||||
# BR2_TOOLCHAIN_BUILDROOT_CXX is not set
|
||||
BR2_TOOLCHAIN_BUILDROOT_CXX=y
|
||||
# BR2_TOOLCHAIN_BUILDROOT_LOCALE is not set
|
||||
BR2_TOOLCHAIN_BUILDROOT_USE_SSP=y
|
||||
|
||||
|
|
|
@ -15,6 +15,7 @@ BR2_GCC_VERSION_7_X=y
|
|||
BR2_TOOLCHAIN_USES_MUSL=y
|
||||
BR2_TOOLCHAIN_BUILDROOT_MUSL=y
|
||||
BR2_TOOLCHAIN_BUILDROOT_LIBC="musl"
|
||||
BR2_TOOLCHAIN_BUILDROOT_CXX=y
|
||||
BR2_TOOLCHAIN_BUILDROOT_LOCALE=y
|
||||
BR2_TOOLCHAIN_BUILDROOT_USE_SSP=y
|
||||
|
||||
|
|
|
@ -15,6 +15,7 @@ BR2_GCC_VERSION_7_X=y
|
|||
BR2_TOOLCHAIN_USES_MUSL=y
|
||||
BR2_TOOLCHAIN_BUILDROOT_MUSL=y
|
||||
BR2_TOOLCHAIN_BUILDROOT_LIBC="musl"
|
||||
BR2_TOOLCHAIN_BUILDROOT_CXX=y
|
||||
BR2_TOOLCHAIN_BUILDROOT_LOCALE=y
|
||||
BR2_TOOLCHAIN_BUILDROOT_USE_SSP=y
|
||||
|
||||
|
|
|
@ -63,8 +63,8 @@ If you like our work, please consider supporting us on [Opencollective](https://
|
|||
| gk7205v200 |
|
||||
| hi3516ev200 | - | yes | yes | yes | yes | yes | yes | yes | yes |
|
||||
| nt98566 |
|
||||
| ssc325 |
|
||||
| ssc325 | - | yes | yes | yes | ? | yes | yes | yes | yes |
|
||||
| ssc335 | - | yes | yes | yes | ? | yes | yes | yes | yes |
|
||||
| ssc337 |
|
||||
| ssc337 | - | yes | yes | yes | ? | yes | yes | yes | yes |
|
||||
| t31 |
|
||||
| xm530 | - | yes | yes |
|
||||
|
|
Loading…
Reference in New Issue