Skip to content

Commit

Permalink
xtensa-dc233c-linux-muslfdpic: add sample config
Browse files Browse the repository at this point in the history
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
  • Loading branch information
jcmvbkbc committed May 2, 2024
1 parent c5e532f commit 2208201
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
24 changes: 24 additions & 0 deletions samples/xtensa-dc233c-linux-muslfdpic/crosstool.config
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
3 changes: 3 additions & 0 deletions samples/xtensa-dc233c-linux-muslfdpic/reported.by
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"

0 comments on commit 2208201

Please sign in to comment.