acrn-hypervisor/misc/services/life_mngr
Jiaqing Zhao 1b2b20b07d misc: life_mngr: skip windows build if LDFLAGS contains -z option
Linker option "-z,relro" will be automatically added to LDFLAGS when
building debian packages. Since x86_64-w64-mingw32-ld does not support
"-z" option, it causes failure in building the life_mngr windows exe.
And compared with ld, only "-z" option is not supported. This patch
fixes it by skipping the windows build of life_mngr if LDFLAGS contains
any "-z" option.

Tracked-On: #8399
Signed-off-by: Jiaqing Zhao <jiaqing.zhao@linux.intel.com>
Reviewed-by: Junjie Mao <junjie.mao@intel.com>
2023-05-19 16:33:19 +08:00
..
COPYING.MinGW-w64-runtime.txt tools: rename and category content into debug tools and services 2021-01-27 11:08:28 +08:00
Makefile misc: life_mngr: skip windows build if LDFLAGS contains -z option 2023-05-19 16:33:19 +08:00
command.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
command.h Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
command_handler.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
command_handler.h Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
config.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
config.h Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
life_mngr.conf misc: life_mngr: add a separate config to allow trigger sysreboot 2022-03-30 16:49:07 +08:00
life_mngr.service.in misc: life_mngr: add monitor module 2021-11-12 11:04:23 +08:00
life_mngr_win.c life_mngr: permit life_mngr in windows to assign VM name 2022-10-25 16:01:21 +08:00
list.h misc: life_mngr: fix use-after-free in uart channel 2023-04-21 23:30:57 +08:00
log.h Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
monitor.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
s5_trigger_linux.py misc: life_mngr: refine script to trigger system shutdown request 2021-11-12 11:04:23 +08:00
s5_trigger_win.py misc: life_mngr: refine lifecycle manager for windows VM 2021-11-12 11:04:23 +08:00
socket.c misc: life_mngr: fix use-after-free in uart channel 2023-04-21 23:30:57 +08:00
socket.h Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
system_reboot_trigger_win.py Misc: life_mngr: system reboot support 2022-03-30 10:04:00 +08:00
uart.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
uart.h Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
uart_channel.c misc: life_mngr: fix use-after-free in uart channel 2023-04-21 23:30:57 +08:00
uart_channel.h Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
user_vm_shutdown.py Update copyright year range in code headers 2022-07-15 11:48:35 +08:00