Skip to content

Commit 81a093a

Browse files
committed
Use -Dsysroot-install-skip-checks for picolibc builds
This allows the canadian cross builds to work. Signed-off-by: Keith Packard <keithp@keithp.com>
1 parent 28e70e1 commit 81a093a

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

configs/aarch64-zephyr-elf.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,5 @@ CT_PICOLIBC_SRC_CUSTOM=y
6565
CT_PICOLIBC_CUSTOM_LOCATION="${GITHUB_WORKSPACE}/picolibc"
6666
CT_LIBC_PICOLIBC_GLOBAL_ATEXIT=y
6767
CT_LIBC_PICOLIBC_EXTRA_SECTIONS=y
68-
CT_LIBC_PICOLIBC_EXTRA_CONFIG_ARRAY="-Dsysroot-install=true"
68+
CT_LIBC_PICOLIBC_EXTRA_CONFIG_ARRAY="-Dsysroot-install=true -Dsysroot-install-skip-checks=true"
6969
CT_TARGET_CFLAGS="-ftls-model=local-exec"

configs/arc-zephyr-elf.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ CT_PICOLIBC_SRC_CUSTOM=y
6464
CT_PICOLIBC_CUSTOM_LOCATION="${GITHUB_WORKSPACE}/picolibc"
6565
CT_LIBC_PICOLIBC_GLOBAL_ATEXIT=y
6666
CT_LIBC_PICOLIBC_EXTRA_SECTIONS=y
67-
CT_LIBC_PICOLIBC_EXTRA_CONFIG_ARRAY="-Dsysroot-install=true"
67+
CT_LIBC_PICOLIBC_EXTRA_CONFIG_ARRAY="-Dsysroot-install=true -Dsysroot-install-skip-checks=true"

configs/arm-zephyr-eabi.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@ CT_PICOLIBC_SRC_CUSTOM=y
6666
CT_PICOLIBC_CUSTOM_LOCATION="${GITHUB_WORKSPACE}/picolibc"
6767
CT_LIBC_PICOLIBC_GLOBAL_ATEXIT=y
6868
CT_LIBC_PICOLIBC_EXTRA_SECTIONS=y
69-
CT_LIBC_PICOLIBC_EXTRA_CONFIG_ARRAY="-Dsysroot-install=true"
69+
CT_LIBC_PICOLIBC_EXTRA_CONFIG_ARRAY="-Dsysroot-install=true -Dsysroot-install-skip-checks=true -Dsysroot-install-skip-checks=true"
7070
CT_TARGET_CFLAGS="-ftls-model=local-exec"

configs/mips-zephyr-elf.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ CT_PICOLIBC_SRC_CUSTOM=y
6464
CT_PICOLIBC_CUSTOM_LOCATION="${GITHUB_WORKSPACE}/picolibc"
6565
CT_LIBC_PICOLIBC_GLOBAL_ATEXIT=y
6666
CT_LIBC_PICOLIBC_EXTRA_SECTIONS=y
67-
CT_LIBC_PICOLIBC_EXTRA_CONFIG_ARRAY="-Dsysroot-install=true"
67+
CT_LIBC_PICOLIBC_EXTRA_CONFIG_ARRAY="-Dsysroot-install=true -Dsysroot-install-skip-checks=true"

configs/riscv64-zephyr-elf.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@ CT_PICOLIBC_SRC_CUSTOM=y
6666
CT_PICOLIBC_CUSTOM_LOCATION="${GITHUB_WORKSPACE}/picolibc"
6767
CT_LIBC_PICOLIBC_GLOBAL_ATEXIT=y
6868
CT_LIBC_PICOLIBC_EXTRA_SECTIONS=y
69-
CT_LIBC_PICOLIBC_EXTRA_CONFIG_ARRAY="-Dsysroot-install=true"
69+
CT_LIBC_PICOLIBC_EXTRA_CONFIG_ARRAY="-Dsysroot-install=true -Dsysroot-install-skip-checks=true"
7070
CT_TARGET_CFLAGS="-ftls-model=local-exec"

configs/sparc-zephyr-elf.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ CT_PICOLIBC_SRC_CUSTOM=y
6363
CT_PICOLIBC_CUSTOM_LOCATION="${GITHUB_WORKSPACE}/picolibc"
6464
CT_LIBC_PICOLIBC_GLOBAL_ATEXIT=y
6565
CT_LIBC_PICOLIBC_EXTRA_SECTIONS=y
66-
CT_LIBC_PICOLIBC_EXTRA_CONFIG_ARRAY="-Dsysroot-install=true"
66+
CT_LIBC_PICOLIBC_EXTRA_CONFIG_ARRAY="-Dsysroot-install=true -Dsysroot-install-skip-checks=true"

0 commit comments

Comments
 (0)