Skip to content

Commit ec6fbdb

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

File tree

1 file changed

+0
-59
lines changed

1 file changed

+0
-59
lines changed

configs/mips-zephyr-elf.config

Lines changed: 0 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -6,63 +6,4 @@ CT_ARCH_MIPS=y
66
CT_MULTILIB=y
77
CT_TARGET_CFLAGS="-G0 -mno-gpopt -ftls-model=local-exec"
88
CT_TARGET_VENDOR="zephyr"
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"
319
CT_CC_GCC_CONFIG_TLS=n
32-
CT_CC_LANG_CXX=y
33-
CT_DEBUG_GDB=y
34-
CT_GDB_SRC_CUSTOM=y
35-
CT_GDB_CUSTOM_LOCATION="${GITHUB_WORKSPACE}/gdb"
36-
CT_COMP_LIBS_NEWLIB_NANO=y
37-
CT_NEWLIB_NANO_SRC_CUSTOM=y
38-
CT_NEWLIB_NANO_CUSTOM_LOCATION="${GITHUB_WORKSPACE}/newlib"
39-
CT_NEWLIB_NANO_GCC_LIBSTDCXX=y
40-
CT_NEWLIB_NANO_INSTALL_IN_TARGET=y
41-
# CT_LIBC_NEWLIB_NANO_IO_C99FMT is not set
42-
# CT_LIBC_NEWLIB_NANO_IO_LL is not set
43-
CT_LIBC_NEWLIB_NANO_IO_FLOAT=y
44-
# CT_LIBC_NEWLIB_NANO_IO_LDBL is not set
45-
# CT_LIBC_NEWLIB_NANO_IO_POS_ARGS is not set
46-
CT_LIBC_NEWLIB_NANO_FVWRITE_IN_STREAMIO=y
47-
# CT_LIBC_NEWLIB_NANO_UNBUF_STREAM_OPT is not set
48-
# CT_LIBC_NEWLIB_NANO_FSEEK_OPTIMIZATION is not set
49-
CT_LIBC_NEWLIB_NANO_DISABLE_SUPPLIED_SYSCALLS=y
50-
# CT_LIBC_NEWLIB_NANO_REGISTER_FINI is not set
51-
CT_LIBC_NEWLIB_NANO_ATEXIT_DYNAMIC_ALLOC=y
52-
CT_LIBC_NEWLIB_NANO_GLOBAL_ATEXIT=y
53-
CT_LIBC_NEWLIB_NANO_LITE_EXIT=y
54-
CT_LIBC_NEWLIB_NANO_REENT_SMALL=y
55-
CT_LIBC_NEWLIB_NANO_MULTITHREAD=y
56-
CT_LIBC_NEWLIB_NANO_RETARGETABLE_LOCKING=y
57-
CT_LIBC_NEWLIB_NANO_EXTRA_SECTIONS=y
58-
# CT_LIBC_NEWLIB_NANO_WIDE_ORIENT is not set
59-
CT_LIBC_NEWLIB_NANO_ENABLE_TARGET_OPTSPACE=y
60-
# CT_LIBC_NEWLIB_NANO_LTO is not set
61-
CT_LIBC_NEWLIB_NANO_NANO_MALLOC=y
62-
CT_LIBC_NEWLIB_NANO_NANO_FORMATTED_IO=y
63-
CT_COMP_LIBS_PICOLIBC=y
64-
CT_PICOLIBC_SRC_CUSTOM=y
65-
CT_PICOLIBC_CUSTOM_LOCATION="${GITHUB_WORKSPACE}/picolibc"
66-
CT_LIBC_PICOLIBC_GLOBAL_ATEXIT=y
67-
CT_LIBC_PICOLIBC_EXTRA_SECTIONS=y
68-
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)