History log of /seL4-camkes-master/projects/util_libs/libcpio/CMakeLists.txt
Revision Date Author Comments
# c84a0155 18-Jul-2019 Yu Hou <Yu.Hou@data61.csiro.au>

replace kernel_autoconf with sel4_autoconf

since the mainline kernel's kernel_autoconf doesn't include
seL4/gen_config.h but sel4_autoconf does


# 3f9cdc14 19-May-2019 Yu Hou <Yu.Hou@data61.csiro.au>

util_libs: remove autoconf.h from util_libs

this commit removes autoconf.h generation from each lib and
append '#include <<lib_name>/gen_config.h>' after each
'#include <autoconf.h>' since autoconf.h is only the for the
kernel config now. This is a temporarily solution, since we
currently don't have a way to tell which header files each file
is trying to include when it includes 'autoconf.h'


# 98aaebe5 23-Apr-2019 Simon Shields <simon.shields@data61.csiro.au>

libcpio: make position-independent

The elfloader uses libcpio, and is position-independent. Without this
patch, loading images from the CPIO archive will fail.


# d9ecb77d 15-Apr-2019 Kent McLeod <Kent.Mcleod@data61.csiro.au>

trivial: style CMakeLists.txt


# ec4feb22 12-Jul-2018 Adrian Danis <Adrian.Danis@data61.csiro.au>

libcpio: Remove unused muslc dependency

This library is used by the elfloader, which should not be including muslc


# c7a08b41 05-Apr-2018 Kent McLeod <Kent.Mcleod@data61.csiro.au>

RISC-V: CMake support


# 2a786e54 29-Mar-2017 Adrian Danis <Adrian.Danis@data61.csiro.au>

Add CMake build rules for various libraries