mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-28 16:48:52 +00:00
68cd6e6d26
HOST_OS really is the target OS. Allow setting it for configure via an environment variable. libltrace.a should have an index: Allow ar to be set as an environment variable, and generate an index in this lib. Reported-by: "Guylhem Aznar" <crossgcc@guylhem.net> Signed-off-by: "Titus von Boxberg" <titus@v9g.de>
13 lines
363 B
Diff
13 lines
363 B
Diff
diff -ru ltrace-0.5.3.org/Makefile.in ltrace-0.5.3/Makefile.in
|
|
--- ltrace-0.5.3.org/Makefile.in 2011-08-21 18:55:15.000000000 +0200
|
|
+++ ltrace-0.5.3/Makefile.in 2011-08-21 18:40:53.000000000 +0200
|
|
@@ -39,7 +40,7 @@
|
|
$(CC) $(LDFLAGS) $^ $(LIBS) -o $@
|
|
|
|
libltrace.a: sysdeps/sysdep.o $(OBJ)
|
|
- $(AR) rcv $@ $^
|
|
+ $(AR) rscv $@ $^
|
|
|
|
$(OBJ): sysdeps/sysdep.o
|
|
|