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

@ -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

View file

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