-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
xtensa-*-linux-*fdpic: update versions
Switch from toolchain component branches to tags: - xtensa-fdpic-abi-spec-1.4 for binutils, - xtensa-fdpic-abi-spec-1.4 for gcc in xtensa-*-uclibc* - xtensa-fdpic-abi-spec-1.3 for gcc in xtensa-*-musl* - xtensa-fdpic-abi-spec-1.4 for uclibc-ng - xtensa-fdpic-abi-spec-1.2 for musl Don't write protect the built toolchain. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
- Loading branch information
Showing
4 changed files
with
16 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
CT_CONFIG_VERSION="4" | ||
CT_EXPERIMENTAL=y | ||
# CT_PREFIX_DIR_RO is not set | ||
CT_ARCH_XTENSA=y | ||
# CT_DEMULTILIB is not set | ||
# CT_ARCH_USE_MMU is not set | ||
CT_TARGET_CFLAGS="-mauto-litpools -Os" | ||
CT_TARGET_LDFLAGS="-mfdpic" | ||
CT_TARGET_VENDOR="dc233c" | ||
CT_KERNEL_LINUX=y | ||
CT_LINUX_SRC_DEVEL=y | ||
CT_LINUX_DEVEL_BRANCH="v6.6" | ||
CT_ARCH_BINFMT_FDPIC=y | ||
CT_BINUTILS_SRC_DEVEL=y | ||
CT_BINUTILS_DEVEL_URL="https://github.com/jcmvbkbc/binutils-gdb-xtensa.git" | ||
CT_BINUTILS_DEVEL_BRANCH="xtensa-2.42-fdpic-musl" | ||
CT_BINUTILS_DEVEL_BRANCH="xtensa-fdpic-abi-spec-1.4" | ||
CT_BINUTILS_PLUGINS=y | ||
# CT_BINUTILS_RELRO is not set | ||
CT_MUSL_SRC_DEVEL=y | ||
CT_MUSL_DEVEL_URL="https://github.com/jcmvbkbc/musl-xtensa.git" | ||
CT_MUSL_DEVEL_BRANCH="xtensa-1.2.5-fdpic" | ||
CT_MUSL_DEVEL_BRANCH="xtensa-fdpic-abi-spec-1.2" | ||
CT_GCC_SRC_DEVEL=y | ||
CT_GCC_DEVEL_URL="https://github.com/jcmvbkbc/gcc-xtensa.git" | ||
CT_GCC_DEVEL_BRANCH="xtensa-14.1-fdpic" | ||
CT_GCC_DEVEL_BRANCH="xtensa-fdpic-abi-spec-1.3" | ||
# CT_CC_GCC_SJLJ_EXCEPTIONS is not set |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters