]> xenbits.xensource.com Git - unikraft/libs/libgo.git/commit
Add rules for building runtime Go packages
authorCostin Lupu <costin.lupu@cs.pub.ro>
Thu, 26 Sep 2019 15:31:30 +0000 (17:31 +0200)
committerFelipe Huici <felipe.huici@neclab.eu>
Fri, 27 Sep 2019 08:48:57 +0000 (10:48 +0200)
commitdcb7cf5d8c3c65e2531833b361098b5e074c37f5
tree5891c9dfe2fe22870fb98fe9466384a287c9fbf1
parent28fec311f4c096835f957886093ecd7e5a98e129
Add rules for building runtime Go packages

The file packages.uk file was generated by capturing the building
commands from the output of the original libgo build. This patch also
adds the generated .go files needed for building the packages.

Signed-off-by: Costin Lupu <costin.lupu@cs.pub.ro>
Reviewed-by: Felipe Huici <felipe.huici@neclab.eu>
Makefile.uk
generated/epoll.go [new file with mode: 0644]
generated/libcalls.go [new file with mode: 0644]
generated/runtime_sysinfo.go [new file with mode: 0644]
generated/sigtab.go [new file with mode: 0644]
generated/syscall_arch.go [new file with mode: 0644]
generated/sysinfo.go [new file with mode: 0644]
generated/version.go [new file with mode: 0644]
packages.uk [new file with mode: 0644]