diff options
Diffstat (limited to 'rt')
-rw-r--r-- | rt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rt/Makefile b/rt/Makefile index b99949240a..9f49a02e0c 100644 --- a/rt/Makefile +++ b/rt/Makefile @@ -51,6 +51,7 @@ include ../Rules CFLAGS-aio_suspend.c = -fexceptions CFLAGS-clock_nanosleep.c = -fexceptions -fasynchronous-unwind-tables +CFLAGS-librt-cancellation.c = -fasynchronous-unwind-tables # Depend on libc.so so a DT_NEEDED is generated in the shared objects. # This ensures they will load libc.so for needed symbols if loaded by |