• Kir Kolyshkin's avatar
    scripts/build: add clang targets · 1ccc94ff
    Kir Kolyshkin authored
    With this, one can do a CRUI build via QEMU+Docker using clang
    as a compiler, for example:
    
    	make -C scripts/build alpine-clang
    	make -C scripts/build ppc64le-clang
    
    For alpine, default clang version is used. For others, a version has
    to be specified explicitly, as there is no package called "clang" in
    Ubuntu Trusty (which is used as a base for most arches). Since
    clang-3.8 appears to be available from Trusty, and this is the current
    stable version of clang, let's use it.
    
    travis-ci: success for QEMU+Dockerfile improvements + clang build
    Signed-off-by: 's avatarKir Kolyshkin <kir@openvz.org>
    Acked-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
    Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
    1ccc94ff
Name
Last commit
Last update
..
Dockerfile.aarch64.hdr Loading commit data...
Dockerfile.alpine Loading commit data...
Dockerfile.armv7hf.hdr Loading commit data...
Dockerfile.ppc64le.hdr Loading commit data...
Dockerfile.tmpl Loading commit data...
Dockerfile.x86_64.hdr Loading commit data...
Makefile Loading commit data...
binfmt_misc Loading commit data...
extract-deb-pkg Loading commit data...