]> Git Repo - buildroot-mgba.git/commit
toolchain/toolchain-buildroot: enable glibc for all little-endian ARCs with atomic ops
authorAlexey Brodkin <[email protected]>
Fri, 9 Nov 2018 20:09:49 +0000 (23:09 +0300)
committerThomas Petazzoni <[email protected]>
Fri, 9 Nov 2018 21:02:16 +0000 (22:02 +0100)
commit311af5e8c2db887800639bc803c8201b6b70e9ce
tree53bc64dd049769907b1bcbbdedc81665f27ad75e
parent87290b8084d2ce1d3568740695a401a8e592839d
toolchain/toolchain-buildroot: enable glibc for all little-endian ARCs with atomic ops

Initially we had a port only for ARCv2 cores but then with a simple
change ARCompact cores got supported as well.

So we generalize from BR2_archs to BR2_arcle as we haven't tried to
get glibc working on big-endian ARCs yet.

Also we never bothered to check avaialbility of atomic instructions in
the core but in case of Glibc for ARC this is really a must, so we add
this check here.

Note in case of uClibc we may have system w/o HW atomics but:

 1. Only single-core systems are allowed
 2. Atomic instructions are emulated via arc_usr_cmpxchg syscall

Signed-off-by: Alexey Brodkin <[email protected]>
Cc: Arnout Vandecappelle (Essensium/Mind) <[email protected]>
Cc: Thomas Petazzoni <[email protected]>
Cc: Peter Korsgaard <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
toolchain/toolchain-buildroot/Config.in
This page took 0.035922 seconds and 4 git commands to generate.