mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +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:
@ -6,6 +6,6 @@ before-compile += $(objpfx)specs
|
|||||||
generated += specs
|
generated += specs
|
||||||
$(objpfx)specs:
|
$(objpfx)specs:
|
||||||
$(CC) $(CFLAGS) $(CPPFLAGS) -dumpspecs \
|
$(CC) $(CFLAGS) $(CPPFLAGS) -dumpspecs \
|
||||||
| sed 's,\(/usr/lib\(\|64\)/\|^\|\([^/a-z]\)\)\(crt[in]\.o\),\3./\4,g' > $@.new
|
| sed 's~\(/usr/lib\(\|64\)/\|^\|\([^/a-z]\)\)\(crt[in]\.o\)~\3'$(objpfx)'\4~g' > $@.new
|
||||||
mv -f $@.new $@
|
mv -f $@.new $@
|
||||||
endif
|
endif
|
||||||
|
@ -0,0 +1,5 @@
|
|||||||
|
# glibc makefile fragment for linuxthreads on sparc/sparc64.
|
||||||
|
|
||||||
|
ifeq ($(subdir),linuxthreads)
|
||||||
|
libpthread-routines += ptw-sigprocmask
|
||||||
|
endif
|
Reference in New Issue
Block a user