]> git.karo-electronics.de Git - karo-tx-linux.git/commit
sh: thin archives fix linking
authorNicholas Piggin <npiggin@gmail.com>
Thu, 22 Jun 2017 12:39:27 +0000 (22:39 +1000)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 30 Jun 2017 00:03:03 +0000 (09:03 +0900)
commit8f5ef7c74ac778a16a89bc054e316dcade304784
treed1ab6c6bcee5caf9fa4ef33cdb328b85ffecf6b4
parent3a166fc2d4ef7a6b7e440271ee6bd1799c066605
sh: thin archives fix linking

The VDSO symbols can't be linked into built-in.o when building with
thin archives, so change this to linking a new object file that is
included into the built-in.o.

Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
Cc: Rich Felker <dalias@libc.org>
Cc: linux-sh@vger.kernel.org
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/sh/kernel/vsyscall/Makefile