|
Message-Id: <20160223225820.623b7e5e9aac3a1fa26dd5c4@dimakrasner.com> Date: Tue, 23 Feb 2016 22:58:20 +0200 From: Dima Krasner <dima@...akrasner.com> To: musl@...ts.openwall.com Subject: [PATCH 2/2] fix another libc/libgcc dependency issue Signed-off-by: Dima Krasner <dima@...akrasner.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@...akrasner.com>
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.