mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 05:20:06 +00:00
update from main archive 960829
This commit is contained in:
parent
8a7ad1005c
commit
1713bc849f
@ -48,7 +48,7 @@ $(objpfx)lib$(config-vendor).a: $(bare-routines:%=$(objpfx)%.o)
|
|||||||
# from scratch each time.
|
# from scratch each time.
|
||||||
rm -f $@
|
rm -f $@
|
||||||
ifdef objdir
|
ifdef objdir
|
||||||
cd $(objdir); $(AR) cq$(verbose) $@ $(^:$(objpfx)%=%)
|
cd $(objpfx); $(AR) cq$(verbose) $(@:$(objpfx)%=%) $(^:$(objpfx)%=%)
|
||||||
else
|
else
|
||||||
$(AR) cq$(verbose) $@ $^
|
$(AR) cq$(verbose) $@ $^
|
||||||
endif
|
endif
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
alpha/ptrace.h alpha/regdef.h
|
alpha/ptrace.halpha/regdef.h
|
||||||
ieee_get_fp_control.S ieee_set_fp_control.S
|
ieee_get_fp_control.S ieee_set_fp_control.S
|
||||||
ioperm.c
|
ioperm.c
|
||||||
init-first.h
|
init-first.h
|
||||||
|
clone.S
|
||||||
|
@ -1 +1,2 @@
|
|||||||
init-first.h
|
init-first.h
|
||||||
|
clone.S
|
||||||
|
Loading…
Reference in New Issue
Block a user