summaryrefslogtreecommitdiff
path: root/samples/xtensa-fsf-elf
diff options
context:
space:
mode:
authorAlexey Brodkin <abrodkin@synopsys.com>2019-04-24 11:49:45 (GMT)
committerAlexey Brodkin <abrodkin@synopsys.com>2019-06-14 14:50:46 (GMT)
commitde76f7cc82eedac5653283a99c1c7083d7a0d43b (patch)
tree189a6109af8fe0a16a2bebaa94595acb9c064e9f /samples/xtensa-fsf-elf
parentafaf7b9a25b5d77991002936be5c47fc5ff549de (diff)
ARC: Support building of multi-lib Glibc toolchain
From GCC's standpoint ARC's multilib items are defined by "mcpu" values which we have quite a few and for all of them might be built optimized cross-toolchain. From Glibc's standpoint multilib is just multi-ABI [1] and so very limited versions are supposed to co-exist (e.g. arc700 & archs). Here we force Glibc to install libraries in GCC's multilib folder to create a universal cross-toolchain that has libs optimized for multiple CPU types. But note we only need to mess with installation paths in case of real multilib, otherwise we keep default "lib/" paths so that GCC finds default (the one and only) libs where it expects them to be. Also here we add a sample which allows to build universal Glibc Linux toolchain for ARC. [1] https://sourceware.org/ml/libc-alpha/2019-06/msg00018.html Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Diffstat (limited to 'samples/xtensa-fsf-elf')
0 files changed, 0 insertions, 0 deletions