mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Put specs into $generated, not $postclean-generated.
This commit is contained in:
@ -3,7 +3,7 @@ ifeq ($(subdir),linuxthreads)
|
|||||||
# it would normally find 32bit crti.o.
|
# it would normally find 32bit crti.o.
|
||||||
LDFLAGS-pthread.so += -specs=$(objpfx)specs
|
LDFLAGS-pthread.so += -specs=$(objpfx)specs
|
||||||
before-compile += $(objpfx)specs
|
before-compile += $(objpfx)specs
|
||||||
postclean-generated += $(subdir)specs
|
generated += specs
|
||||||
$(objpfx)specs:
|
$(objpfx)specs:
|
||||||
$(CC) $(CFLAGS) $(CPPFLAGS) -dumpspecs | sed 's_/usr/lib64/crti.o_crti.o_g' > $@
|
$(CC) $(CFLAGS) $(CPPFLAGS) -dumpspecs | sed 's_/usr/lib64/crti.o_crti.o_g' > $@
|
||||||
endif
|
endif
|
||||||
|
Reference in New Issue
Block a user