mirror of https://github.com/OpenIPC/firmware.git
Enable CPP on toolchain for Novatek
parent
b51f60a4d6
commit
de0215df06
|
@ -11,7 +11,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
build_core:
|
build_core:
|
||||||
name: OpenIPC v2.1 for SSC325
|
name: OpenIPC v2.1 for SSC325
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-18.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
build_core:
|
build_core:
|
||||||
name: OpenIPC v2.1 for SSC337DE
|
name: OpenIPC v2.1 for SSC337DE
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-18.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,7 @@ BR2_GCC_VERSION_7_X=y
|
||||||
BR2_TOOLCHAIN_USES_MUSL=y
|
BR2_TOOLCHAIN_USES_MUSL=y
|
||||||
BR2_TOOLCHAIN_BUILDROOT_MUSL=y
|
BR2_TOOLCHAIN_BUILDROOT_MUSL=y
|
||||||
BR2_TOOLCHAIN_BUILDROOT_LIBC="musl"
|
BR2_TOOLCHAIN_BUILDROOT_LIBC="musl"
|
||||||
# BR2_TOOLCHAIN_BUILDROOT_CXX is not set
|
BR2_TOOLCHAIN_BUILDROOT_CXX=y
|
||||||
BR2_TOOLCHAIN_BUILDROOT_LOCALE=y
|
BR2_TOOLCHAIN_BUILDROOT_LOCALE=y
|
||||||
BR2_TOOLCHAIN_BUILDROOT_USE_SSP=y
|
BR2_TOOLCHAIN_BUILDROOT_USE_SSP=y
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,7 @@ BR2_GCC_VERSION_7_X=y
|
||||||
BR2_TOOLCHAIN_USES_MUSL=y
|
BR2_TOOLCHAIN_USES_MUSL=y
|
||||||
BR2_TOOLCHAIN_BUILDROOT_MUSL=y
|
BR2_TOOLCHAIN_BUILDROOT_MUSL=y
|
||||||
BR2_TOOLCHAIN_BUILDROOT_LIBC="musl"
|
BR2_TOOLCHAIN_BUILDROOT_LIBC="musl"
|
||||||
# BR2_TOOLCHAIN_BUILDROOT_CXX is not set
|
BR2_TOOLCHAIN_BUILDROOT_CXX=y
|
||||||
BR2_TOOLCHAIN_BUILDROOT_LOCALE=y
|
BR2_TOOLCHAIN_BUILDROOT_LOCALE=y
|
||||||
BR2_TOOLCHAIN_BUILDROOT_USE_SSP=y
|
BR2_TOOLCHAIN_BUILDROOT_USE_SSP=y
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue