mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-26 15:00:06 +00:00
2002-08-30 Roland McGrath <roland@redhat.com>
* sysdeps/unix/sysv/linux/x86_64/Makefile ($(objpfx)specs): Massage crtn.o pathname too.
This commit is contained in:
parent
795726d6ab
commit
c5e341eec9
@ -6,5 +6,7 @@ LDFLAGS-pthread.so += -specs=$(objpfx)specs
|
||||
before-compile += $(objpfx)specs
|
||||
generated += specs
|
||||
$(objpfx)specs:
|
||||
$(CC) $(CFLAGS) $(CPPFLAGS) -dumpspecs | sed 's_/usr/lib64/crti.o_crti.o_g' > $@
|
||||
$(CC) $(CFLAGS) $(CPPFLAGS) -dumpspecs \
|
||||
| sed 's,/usr/lib64/\(crt[in]\.o\),\1,g' > $@.new
|
||||
mv -f $@.new $@
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user