mailing list of musl libc
 help / color / mirror / code / Atom feed
* [PATCH 2/2] fix another libc/libgcc dependency issue
@ 2016-02-23 20:58 Dima Krasner
  0 siblings, 0 replies; only message in thread
From: Dima Krasner @ 2016-02-23 20:58 UTC (permalink / raw)
  To: musl

Signed-off-by: Dima Krasner <dima@dimakrasner.com>
---
 tools/ld.musl-clang.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/ld.musl-clang.in b/tools/ld.musl-clang.in
index bb6cbaf..03a41d7 100644
--- a/tools/ld.musl-clang.in
+++ b/tools/ld.musl-clang.in
@@ -49,4 +49,4 @@ for x ; do
 done
 
 lgcc=$($cc -print-file-name=libgcc.a)
-exec $($cc -print-prog-name=ld) -nostdlib "$@" --as-needed $lgcc --no-as-needed -lc --as-needed $lgcc --no-as-needed -dynamic-linker "$ldso"
+exec $($cc -print-prog-name=ld) -nostdlib "$@" --as-needed $lgcc --no-as-needed -lc $lgcc -dynamic-linker "$ldso"
-- 
2.1.4

-- 
Dima Krasner <dima@dimakrasner.com>



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-02-23 20:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-23 20:58 [PATCH 2/2] fix another libc/libgcc dependency issue Dima Krasner

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).