Replace arm-softfp with armel in cross/build-rootfs.sh
Rename directory cross/arm-softfp to cross/armel
Add toolchain.cmake file for armel
Use stable debian jessie
Use lldb-3.5-dev because other versions are not supported by jessie/armel repostiory
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
A script, i.e. build-rootfs.sh, is introduced to setup rootfs.
The rootfs will be used for cross-building corehost in core-setup.
You can setup ARM rootfs by "./build-rootfs.sh arm".
You can setup ARM softfp rootfs by "./build-rootfs.sh arm-softfp".
Signed-off-by: Hyung-Kyu Choi <hk0110.choi@samsung.com>