On 23 October 2015 at 00:18, Vincent Guittot vincent.guittot@linaro.org wrote:
This patchset makes the cross compilation of rt-app with static linkage easier by updating the conditional dependency of rt-app of library and fixing some aarch64 issue
Vincent Guittot (5): rt-app: add json bits header file rt-app: remove conditional dependency with libjson-c rt-app: conditionally compile libdl rt-app: fix syscall number definition rt-app: Add static cross compilation description
Makefile.am | 5 +++++ configure.ac | 22 ++++++---------------- doc/tutorial.txt | 25 ++++++++++++++++++++++++- libdl/dl_syscalls.h | 28 ++++++++++++++++++++++++++-- src/Makefile.am | 5 ++++- src/rt-app_parse_config.c | 2 +- 6 files changed, 66 insertions(+), 21 deletions(-)
For the series,
Tested-by: Lisa Nguyen lisa.nguyen@linaro.org
Thanks for fixing the cross-compliation issue!