arc-2016.02 for VDK
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>