mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-17 02:20:10 +00: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:
parent
e22a221d6b
commit
b5d1dbc641
@ -6,6 +6,6 @@ before-compile += $(objpfx)specs
|
||||
generated += specs
|
||||
$(objpfx)specs:
|
||||
$(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 $@
|
||||
endif
|
||||
|
@ -0,0 +1,5 @@
|
||||
# glibc makefile fragment for linuxthreads on sparc/sparc64.
|
||||
|
||||
ifeq ($(subdir),linuxthreads)
|
||||
libpthread-routines += ptw-sigprocmask
|
||||
endif
|
Loading…
Reference in New Issue
Block a user