]> xenbits.xensource.com Git - unikraft/libs/libgo.git/commit
Add patches to build the library
authorCostin Lupu <costin.lupu@cs.pub.ro>
Thu, 26 Sep 2019 15:31:31 +0000 (17:31 +0200)
committerFelipe Huici <felipe.huici@neclab.eu>
Fri, 27 Sep 2019 08:49:23 +0000 (10:49 +0200)
commit99c7695cea92eca80e4f39f5cdc502d1a12c49ac
tree6e981d327c296fc656415c78f0f56c96af5394a2
parentdcb7cf5d8c3c65e2531833b361098b5e074c37f5
Add patches to build the library

libgo expects the unwind.h header although it comes with its own
header, unwind-generic.h, so we will be using that one instead. The
second patch removes an unnecessary include directive.

Signed-off-by: Costin Lupu <costin.lupu@cs.pub.ro>
Reviewed-by: Felipe Huici <felipe.huici@neclab.eu>
patches/0001-libgo-Use-gcc-own-unwind-header-instead-of-system-one.patch [new file with mode: 0644]
patches/0002-libgo-No-futex-tonight.patch [new file with mode: 0644]