Files
intel-linux-sgx/sdk/cpprt
lkalica-intel 8dcf3c93d9 Resolves a race condition in the parallel build process of the cpprt library by establishing proper dependency ordering between build targets and simplifying the build logic
Added explicit `libcxxrt` dependency to the `cpprt` target to ensure artifacts are available before building
Removed `libcxxrt` from `$(LIBTCXX)` dependencies since it's now transitively satisfied through `cpprt`
Simplified the `$(LIBCXXRT_STAMP)` rule by removing unnecessary `flock` synchronization logic

---------

Signed-off-by: Lukasz Kalica <lukasz.kalica@intel.com>
2026-01-21 15:07:58 +01:00
..
2021-05-18 10:52:48 +08:00