1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-01 10:06:57 +03:00

2003-03-14 Jakub Jelinek <jakub@redhat.com>

* sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: New file.
	* sysdeps/unix/sysv/linux/sparc/Makefile ($(objpfx)specs): Use full
	path for crt[in].o.
This commit is contained in:
Roland McGrath
2003-03-14 23:36:52 +00:00
parent e22a221d6b
commit b5d1dbc641
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
# glibc makefile fragment for linuxthreads on sparc/sparc64.
ifeq ($(subdir),linuxthreads)
libpthread-routines += ptw-sigprocmask
endif