toolchain: fix multilib symlink for external toolchains
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 21 Dec 2010 12:49:37 +0000 (13:49 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 21 Dec 2010 12:57:11 +0000 (13:57 +0100)
commitcd11bf49704ef6413ae303c6c774b5c6a4a62f9a
treea55d01f0fe2bf5320576a0ccab80e43775d79e56
parent5366b4fa9972f3372711f7f69810c0fcef183b07
toolchain: fix multilib symlink for external toolchains

ARCH_SUBDIR is a shell variable, so it should be referenced with
$${ARCH_SUBDIR}. Without this, no symbolic link is created, and the
external toolchain fails to work if the non-default multilib variant
is used.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
toolchain/helpers.mk