mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-20 05:17:54 +00:00
16 lines
277 B
Diff
16 lines
277 B
Diff
|
---
|
||
|
Makefile.in | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
--- a/Makefile.in
|
||
|
+++ b/Makefile.in
|
||
|
@@ -39,7 +39,7 @@
|
||
|
$(CC) $(LDFLAGS) $^ $(LIBS) -o $@
|
||
|
|
||
|
libltrace.a: sysdeps/sysdep.o $(OBJ)
|
||
|
- $(AR) rcv $@ $^
|
||
|
+ $(AR) rscv $@ $^
|
||
|
|
||
|
$(OBJ): sysdeps/sysdep.o
|
||
|
|