]> xenbits.xensource.com Git - unikraft/libs/compiler-rt.git/commit
Split off functionality that depends on libunwind 14/head
authorAndrei Tatar <andrei@unikraft.io>
Wed, 24 May 2023 13:45:44 +0000 (16:45 +0300)
committerAndrei Tatar <andrei@unikraft.io>
Mon, 7 Aug 2023 16:13:26 +0000 (18:13 +0200)
commitb5b1cf8daadcf9df88eb8e85f92aa2057961712d
tree7bb84bae47a93ad893000bd52f3b3d27062ee0c3
parent56709ec6f518405dccba48dc596b6767515e067f
Split off functionality that depends on libunwind

Previously lib-compiler-rt depended on libunwind as it pulled in
<unwind.h>; this dependency however is isolated in gcc_personality_v0.c.
This change makes gcc personality an optional part of lib-compiler-rt,
allowing it to be built without an entire supporting C++ runtime.

Signed-off-by: Andrei Tatar <andrei@unikraft.io>
Config.uk
Makefile.uk