mirror of
https://github.com/intel/linux-sgx
synced 2026-06-08 14:49:32 +00:00
6d89d8ed5a
libcxxrt library wasn't updated for a long time. CentOS 10 introduced a new version of gcc and g++ compilers which are more strict than compilers in CentOS 9 and earlier. Because of that, a build of cpprt module (which contains source code of libcxxrt) was failing. Now libcxxrt module was extracted from cpprt module to sgx/external/ directory and its sources (in the latest version) are cloned directly from the external Github repository. It required a few adjustments to build cpprt module successfully on Linux distros. --------- Signed-off-by: Lukasz Kalica <lukasz.kalica@intel.com>