buildrootschalter/toolchain
Thomas Petazzoni e4644b611c toolchain-external: fix musl external support on x86
On x86, the symbolic link ld-musl-<ARCH>.so.1 to libc.so must be
ld-musl-i386.so.1 in all cases, but $(ARCH) in Buildroot might be
i386, i486, i586, i686, etc. depending on the specific x86 variants
being selected.

This commit fixes that by creating a MUSL_ARCH variable set to i386 on
x86, and to $(ARCH) on other architectures.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2014-03-06 22:59:48 +01:00
..
toolchain package: add toolchain dependency to every target package 2014-02-14 21:08:35 +01:00
toolchain-buildroot glibc: needs MMU 2014-03-03 21:26:56 +01:00
toolchain-external toolchain-external: fix musl external support on x86 2014-03-06 22:59:48 +01:00
Config.in toolchain: introduce a toolchain knob for NPTL 2014-02-22 23:39:01 +01:00
helpers.mk toolchain/external: check kernel headers version for custom toolchain 2014-03-01 19:47:22 +01:00
toolchain-common.in toolchain/external: check kernel headers version for custom toolchain 2014-03-01 19:47:22 +01:00