Skip to content

arc-2016.02 for VDK

Compare
Choose a tag to compare
@abrodkin abrodkin released this 20 Jun 14:21
· 8 commits to arc-2015.08 since this release
uclibc: Create backward compatibility symlinks

Apps built against oldish uClibc (0.9.x.x) require .so.0 libs
on target but uClibc-ng (1.0.x) creates .so.1 libs because
its ABI version was bumped from 0 to 1.

This change allows to use apps built against old uClibc on systems with
uClibc-ng system libraries.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>