Skip to content

Commit

Permalink
xtensa-esp32s3-linux-uclibcfdpic: update settings
Browse files Browse the repository at this point in the history
- switch to xtensa-1.0.44-fdpic branch of the uClibc-ng
- switch to xtensa-14-4992-fdpic branch of the gcc
- enable C++ support

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
  • Loading branch information
jcmvbkbc committed Nov 11, 2023
1 parent c29b568 commit 9404a77
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions samples/xtensa-esp32s3-linux-uclibcfdpic/crosstool.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ CT_ARCH_XTENSA=y
# CT_DEMULTILIB is not set
# CT_ARCH_USE_MMU is not set
CT_TARGET_CFLAGS="-mauto-litpools -mfdpic -Os"
CT_TARGET_LDFLAGS="-mfdpic"
CT_TARGET_VENDOR="esp32s3"
CT_KERNEL_LINUX=y
CT_ARCH_BINFMT_FDPIC=y
Expand All @@ -14,13 +15,14 @@ CT_BINUTILS_PLUGINS=y
CT_LIBC_UCLIBC_NG=y
CT_UCLIBC_NG_SRC_DEVEL=y
CT_UCLIBC_NG_DEVEL_URL="/~https://github.com/jcmvbkbc/uclibc-ng-xtensa.git"
CT_UCLIBC_NG_DEVEL_BRANCH="xtensa-fdpic"
CT_UCLIBC_NG_DEVEL_BRANCH="xtensa-1.0.44-fdpic"
CT_LIBC_UCLIBC_CONFIG_FILE="${CT_LIB_DIR}/samples/xtensa-esp32s3-linux-uclibcfdpic/uclibc.config"
CT_LIBC_UCLIBC_IPV6=y
CT_LIBC_UCLIBC_WCHAR=y
CT_THREADS_LT=y
CT_GCC_SRC_DEVEL=y
CT_GCC_DEVEL_URL="/~https://github.com/jcmvbkbc/gcc-xtensa.git"
CT_GCC_DEVEL_BRANCH="xtensa-14-fdpic"
CT_GCC_DEVEL_BRANCH="xtensa-14-4992-fdpic"
# CT_CC_GCC_CONFIG_TLS is not set
# CT_CC_GCC_SJLJ_EXCEPTIONS is not set
CT_CC_LANG_CXX=y

0 comments on commit 9404a77

Please sign in to comment.