-
Notifications
You must be signed in to change notification settings - Fork 185
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
xtensa-dc233c-linux-muslfdpic: add sample config
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
- Loading branch information
Showing
2 changed files
with
27 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
CT_CONFIG_VERSION="4" | ||
CT_EXPERIMENTAL=y | ||
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_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_GCC_SRC_DEVEL=y | ||
CT_GCC_DEVEL_URL="/~https://github.com/jcmvbkbc/gcc-xtensa.git" | ||
CT_GCC_DEVEL_BRANCH="xtensa-14-9655-fdpic" | ||
# 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
reporter_name="Max Filippov" | ||
reporter_url="http://wiki.osll.ru/doku.php/etc:users:jcmvbkbc:linux-xtensa:esp32s3" | ||
reporter_comment="Xtensa WIP FDPIC toolchain for compiler testing" |