diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-06-27 08:17:46 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-06-27 08:17:46 +0000 |
commit | 7d7ff54cb9152548227f42e1cf7336447f48ec2a (patch) | |
tree | e1ddccb3779dab26b47cd5f78507feefb428c426 /rt | |
parent | 7539c7ecfda06eeae987fc53815523a70938073a (diff) | |
download | glibc-7d7ff54cb9152548227f42e1cf7336447f48ec2a.zip glibc-7d7ff54cb9152548227f42e1cf7336447f48ec2a.tar.gz glibc-7d7ff54cb9152548227f42e1cf7336447f48ec2a.tar.bz2 |
Update.
2003-06-27 Ulrich Drepper <drepper@redhat.com>
* rt/Makefile (CFLAGS-librt-cancellation.c): Define.
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 b999492..9f49a02 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 |