Skip to content

Commit 62b0816

Browse files
committed
configs: sparc-zephyr-elf: Remove common configurations
This commit removes the configurations that are already specified by the common configuration file from the sparc-zephyr-elf toolchain configuration file. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent 538c90a commit 62b0816

File tree

1 file changed

+0
-59
lines changed

1 file changed

+0
-59
lines changed

configs/sparc-zephyr-elf.config

Lines changed: 0 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -6,62 +6,3 @@ CT_ARCH_SPARC=y
66
CT_MULTILIB=y
77
CT_TARGET_VENDOR="zephyr"
88
CT_TARGET_CFLAGS="-ftls-model=local-exec"
9-
CT_BINUTILS_SRC_CUSTOM=y
10-
CT_BINUTILS_CUSTOM_LOCATION="${GITHUB_WORKSPACE}/binutils"
11-
CT_NEWLIB_SRC_CUSTOM=y
12-
CT_NEWLIB_CUSTOM_LOCATION="${GITHUB_WORKSPACE}/newlib"
13-
CT_LIBC_NEWLIB_TARGET_CFLAGS="-O2"
14-
# CT_LIBC_NEWLIB_ENABLE_TARGET_OPTSPACE is not set
15-
CT_LIBC_NEWLIB_IO_C99FMT=y
16-
CT_LIBC_NEWLIB_IO_LL=y
17-
CT_LIBC_NEWLIB_IO_FLOAT=y
18-
# CT_LIBC_NEWLIB_FSEEK_OPTIMIZATION is not set
19-
CT_LIBC_NEWLIB_DISABLE_SUPPLIED_SYSCALLS=y
20-
CT_LIBC_NEWLIB_GLOBAL_ATEXIT=y
21-
CT_LIBC_NEWLIB_LITE_EXIT=y
22-
CT_LIBC_NEWLIB_MULTITHREAD=y
23-
CT_LIBC_NEWLIB_RETARGETABLE_LOCKING=y
24-
# CT_LIBC_NEWLIB_WIDE_ORIENT is not set
25-
# CT_LIBC_NEWLIB_NANO_MALLOC is not set
26-
# CT_LIBC_NEWLIB_NANO_FORMATTED_IO is not set
27-
CT_LIBC_NEWLIB_EXTRA_SECTIONS=y
28-
CT_GCC_SRC_CUSTOM=y
29-
CT_GCC_CUSTOM_LOCATION="${GITHUB_WORKSPACE}/gcc"
30-
CT_CC_GCC_EXTRA_CONFIG_ARRAY="--with-gnu-ld --with-gnu-as --enable-initfini-array"
31-
CT_CC_LANG_CXX=y
32-
CT_DEBUG_GDB=y
33-
CT_GDB_SRC_CUSTOM=y
34-
CT_GDB_CUSTOM_LOCATION="${GITHUB_WORKSPACE}/gdb"
35-
CT_COMP_LIBS_NEWLIB_NANO=y
36-
CT_NEWLIB_NANO_SRC_CUSTOM=y
37-
CT_NEWLIB_NANO_CUSTOM_LOCATION="${GITHUB_WORKSPACE}/newlib"
38-
CT_NEWLIB_NANO_GCC_LIBSTDCXX=y
39-
CT_NEWLIB_NANO_INSTALL_IN_TARGET=y
40-
# CT_LIBC_NEWLIB_NANO_IO_C99FMT is not set
41-
# CT_LIBC_NEWLIB_NANO_IO_LL is not set
42-
CT_LIBC_NEWLIB_NANO_IO_FLOAT=y
43-
# CT_LIBC_NEWLIB_NANO_IO_LDBL is not set
44-
# CT_LIBC_NEWLIB_NANO_IO_POS_ARGS is not set
45-
CT_LIBC_NEWLIB_NANO_FVWRITE_IN_STREAMIO=y
46-
# CT_LIBC_NEWLIB_NANO_UNBUF_STREAM_OPT is not set
47-
# CT_LIBC_NEWLIB_NANO_FSEEK_OPTIMIZATION is not set
48-
CT_LIBC_NEWLIB_NANO_DISABLE_SUPPLIED_SYSCALLS=y
49-
# CT_LIBC_NEWLIB_NANO_REGISTER_FINI is not set
50-
CT_LIBC_NEWLIB_NANO_ATEXIT_DYNAMIC_ALLOC=y
51-
CT_LIBC_NEWLIB_NANO_GLOBAL_ATEXIT=y
52-
CT_LIBC_NEWLIB_NANO_LITE_EXIT=y
53-
CT_LIBC_NEWLIB_NANO_REENT_SMALL=y
54-
CT_LIBC_NEWLIB_NANO_MULTITHREAD=y
55-
CT_LIBC_NEWLIB_NANO_RETARGETABLE_LOCKING=y
56-
CT_LIBC_NEWLIB_NANO_EXTRA_SECTIONS=y
57-
# CT_LIBC_NEWLIB_NANO_WIDE_ORIENT is not set
58-
CT_LIBC_NEWLIB_NANO_ENABLE_TARGET_OPTSPACE=y
59-
# CT_LIBC_NEWLIB_NANO_LTO is not set
60-
CT_LIBC_NEWLIB_NANO_NANO_MALLOC=y
61-
CT_LIBC_NEWLIB_NANO_NANO_FORMATTED_IO=y
62-
CT_COMP_LIBS_PICOLIBC=y
63-
CT_PICOLIBC_SRC_CUSTOM=y
64-
CT_PICOLIBC_CUSTOM_LOCATION="${GITHUB_WORKSPACE}/picolibc"
65-
CT_LIBC_PICOLIBC_GLOBAL_ATEXIT=y
66-
CT_LIBC_PICOLIBC_EXTRA_SECTIONS=y
67-
CT_LIBC_PICOLIBC_EXTRA_CONFIG_ARRAY="-Dthread-local-storage=auto -Derrno-function=zephyr -Dsysroot-install=true -Dsysroot-install-skip-checks=true"

0 commit comments

Comments
 (0)