diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-25 20:28:03 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-26 09:21:57 +0200 |
commit | bd215ef170fb85b7572b617dacdeab26edd3d21c (patch) | |
tree | e8711e06ba51c63ca867037ce940ca0c9258959e /libpthread/nptl/sysdeps/xtensa/Makefile.arch | |
parent | 56741422790d9a6ff74c4397d914f540a1be273d (diff) |
always assume tgkill is present
We do not support 2.4 Linux kernels anyway, and almost
all newer 2.6 kernels should have tgkill syscall.
Cleanup the raise situation, pt-raise.c is unused, sync
raise.c with latest GNU libc.
Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org>
Diffstat (limited to 'libpthread/nptl/sysdeps/xtensa/Makefile.arch')
-rw-r--r-- | libpthread/nptl/sysdeps/xtensa/Makefile.arch | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libpthread/nptl/sysdeps/xtensa/Makefile.arch b/libpthread/nptl/sysdeps/xtensa/Makefile.arch index 23461177c..2c1fc1b5c 100644 --- a/libpthread/nptl/sysdeps/xtensa/Makefile.arch +++ b/libpthread/nptl/sysdeps/xtensa/Makefile.arch @@ -15,8 +15,6 @@ # License along with the GNU C Library; see the file COPYING.LIB. If # not, see <http://www.gnu.org/licenses/>. -CFLAGS-pt-raise.c = -DNOT_IN_libc -DIS_IN_libpthread - ASFLAGS-dl-tlsdesc.S = -DNOT_IN_libc=1 ASFLAGS-pthread_spin_lock.S = -DNOT_IN_libc -DIS_IN_libpthread ASFLAGS-pthread_spin_trylock.S = -DNOT_IN_libc -DIS_IN_libpthread |