openocd/src/rtos
Andreas Fritiofson 7436f7c2c0 helper,rtos,server: Restore missing warning flags
These libraries override the used CFLAGS without adding the
defaults. This didn't have any effect until change
http://openocd.zylin.com/3870 (ef4c139). Restore by adding
AM_CLAGS to the per-target CFLAGS.

Interestingly, automake seems to clear the CFLAGS for the target
even if the override variable is only mentioned within a non-active
conditional branch, such as the IS_MINGW for the affected libraries.

Change-Id: I805206865e59e3fa33a7ea3c0d3472e51219351c
Signed-off-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
Reviewed-on: http://openocd.zylin.com/3927
Tested-by: jenkins
Reviewed-by: Paul Fertser <fercerpav@gmail.com>
2017-01-15 10:16:16 +00:00
..
ChibiOS.c gdb_server: support qXfer:threads:read packet 2016-12-08 12:34:00 +00:00
FreeRTOS.c gdb_server: support qXfer:threads:read packet 2016-12-08 12:34:00 +00:00
Makefile.am helper,rtos,server: Restore missing warning flags 2017-01-15 10:16:16 +00:00
ThreadX.c gdb_server: support qXfer:threads:read packet 2016-12-08 12:34:00 +00:00
eCos.c gdb_server: support qXfer:threads:read packet 2016-12-08 12:34:00 +00:00
embKernel.c gdb_server: support qXfer:threads:read packet 2016-12-08 12:34:00 +00:00
linux.c helper: Code cleanup for hexify() 2016-12-08 12:34:53 +00:00
linux_header.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00
mqx.c gdb_server: support qXfer:threads:read packet 2016-12-08 12:34:00 +00:00
rtos.c helper: Code cleanup for hexify() 2016-12-08 12:34:53 +00:00
rtos.h rtos: remove display_str member 2016-08-14 01:38:12 +01:00
rtos_chibios_stackings.c Remove FSF address from GPL notices 2016-05-24 22:30:01 +01:00
rtos_chibios_stackings.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00
rtos_ecos_stackings.c Remove FSF address from GPL notices 2016-05-24 22:30:01 +01:00
rtos_ecos_stackings.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00
rtos_embkernel_stackings.c Remove FSF address from GPL notices 2016-05-24 22:30:01 +01:00
rtos_embkernel_stackings.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00
rtos_mqx_stackings.c Remove FSF address from GPL notices 2016-05-24 22:30:01 +01:00
rtos_mqx_stackings.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00
rtos_standard_stackings.c Remove FSF address from GPL notices 2016-05-24 22:30:01 +01:00
rtos_standard_stackings.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00
rtos_ucos_iii_stackings.c rtos: add support for uC/OS-III 2016-12-08 12:29:35 +00:00
rtos_ucos_iii_stackings.h rtos: add support for uC/OS-III 2016-12-08 12:29:35 +00:00
uCOS-III.c rtos: add support for uC/OS-III 2016-12-08 12:29:35 +00:00