mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 21:10:07 +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.
|
||||
rm -f $@
|
||||
ifdef objdir
|
||||
cd $(objdir); $(AR) cq$(verbose) $@ $(^:$(objpfx)%=%)
|
||||
cd $(objpfx); $(AR) cq$(verbose) $(@:$(objpfx)%=%) $(^:$(objpfx)%=%)
|
||||
else
|
||||
$(AR) cq$(verbose) $@ $^
|
||||
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
|
||||
ioperm.c
|
||||
init-first.h
|
||||
clone.S
|
||||
|
@ -1 +1,2 @@
|
||||
init-first.h
|
||||
clone.S
|
||||
|
Loading…
Reference in New Issue
Block a user