diff options
author | Keith Packard <keithp@keithp.com> | 2021-01-11 22:28:38 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2021-01-11 23:29:01 -0800 |
commit | 27b18d2fc70a7788c97f57a02a768214a2548ee0 (patch) | |
tree | 369633156cecebec9fae686eec418e94fb148711 /samples | |
parent | 43f50793826918f78b79d2e8197da4e58bdf6748 (diff) | |
download | crosstool-ng-27b18d2fc70a7788c97f57a02a768214a2548ee0.tar.gz crosstool-ng-27b18d2fc70a7788c97f57a02a768214a2548ee0.tar.bz2 crosstool-ng-27b18d2fc70a7788c97f57a02a768214a2548ee0.zip |
picolibc: Build libstdc++ against picolibc if requested
This uses the gcc support for building libstdc++ using alternate lib
header files.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'samples')
-rw-r--r-- | samples/arm-picolibc-eabi/crosstool.config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/arm-picolibc-eabi/crosstool.config b/samples/arm-picolibc-eabi/crosstool.config index 48a45437..1da16169 100644 --- a/samples/arm-picolibc-eabi/crosstool.config +++ b/samples/arm-picolibc-eabi/crosstool.config @@ -8,3 +8,4 @@ CT_CC_GCC_CONFIG_TLS=y CT_TARGET_CFLAGS="-ftls-model=local-exec" CT_CC_GCC_MULTILIB_LIST="rmprofile" CT_COMP_LIBS_PICOLIBC=y +CT_CC_LANG_CXX=y |