Skip to content

Commit

Permalink
2003-03-14 Jakub Jelinek <jakub@redhat.com>
Browse files Browse the repository at this point in the history
	* sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: New file.
	* sysdeps/unix/sysv/linux/sparc/Makefile ($(objpfx)specs): Use full
	path for crt[in].o.
  • Loading branch information
Roland McGrath committed Mar 14, 2003
1 parent e22a221 commit b5d1dbc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion linuxthreads/sysdeps/unix/sysv/linux/sparc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
5 changes: 5 additions & 0 deletions linuxthreads/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# glibc makefile fragment for linuxthreads on sparc/sparc64.

ifeq ($(subdir),linuxthreads)
libpthread-routines += ptw-sigprocmask
endif

0 comments on commit b5d1dbc

Please sign in to comment.