On Fri, 10 Apr 2020 at 19:07, Sebastian Huber <sebastian.hu...@embedded-brains.de> wrote: > > Hello, > > C++ tests should be disabled if the configure didn't find a C++ > compiler. Do we have an architecture without C++ support from the compiler? > Having clang++ doesn't mean it can still compile C++ apps. Similar to having to build newlib and compiler-rt (LLVM's flavour of libgcc) separately from the LLVM toolchain, for C++, we need to also build LLVM's libcxx(rt) and libunwind. I haven't tested those yet for RISC-V and I'm not sure if they build/work fine, hence I added that option. _______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel
- [PATCH 1/9] [waf] Fatal error if the compiler can't be fou... Hesham Almatary
- [PATCH 8/9] [waf]: Fix ptimer.h -> timer.h header ... Hesham Almatary
- [PATCH 9/9] [waf] Add an option to build C++ sample a... Hesham Almatary
- Re: [PATCH 9/9] [waf] Add an option to build C++ ... Sebastian Huber
- Re: [PATCH 9/9] [waf] Add an option to build ... Hesham Almatary
- Re: [PATCH 9/9] [waf] Add an option to bu... Hesham Almatary
- Re: [PATCH 9/9] [waf] Add an option ... Sebastian Huber
- [PATCH 4/9] [waf] Fix assembling when compiling with ... Hesham Almatary
- Re: [PATCH 4/9] [waf] Fix assembling when compili... Sebastian Huber
- [PATCH 5/9] [waf] Add a new ARCH_BITS option to be us... Hesham Almatary
- [PATCH 6/9] [waf][clang] Add required -target flag to... Hesham Almatary
- [PATCH 3/9] [waf] Move bsp_specs flag to GCC only fil... Hesham Almatary
- [PATCH 7/9] [waf] Add -I and -L flags to pkgconfig fo... Hesham Almatary
- Re: [PATCH 7/9] [waf] Add -I and -L flags to pkgc... Sebastian Huber
- [PATCH 2/9] [waf] Out COMPILER value from bsp_default... Hesham Almatary