criu/scripts/build
Kir Kolyshkin 1ccc94ffc5 scripts/build: add clang targets
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: Kir Kolyshkin <kir@openvz.org>
Acked-by: Andrei Vagin <avagin@virtuozzo.com>
Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
2016-11-02 20:35:57 +03:00
..
binfmt_misc Dockerfile: don't fail if a binfmt-misc rule already exists 2016-02-19 14:32:49 +03:00
Dockerfile.aarch64.hdr dockerfile: extract a common part in one file 2016-02-19 14:33:03 +03:00
Dockerfile.alpine scripts/build: add clang targets 2016-11-02 20:35:57 +03:00
Dockerfile.armv7hf.hdr dockerfile: extract a common part in one file 2016-02-19 14:33:03 +03:00
Dockerfile.ppc64le.hdr travis: enable compilation for ppc64le 2016-05-06 14:38:29 +03:00
Dockerfile.tmpl scripts/build: add clang targets 2016-11-02 20:35:57 +03:00
Dockerfile.x86_64.hdr Dockerfile.x86_64: use Ubuntu Trusty 2016-11-02 20:35:57 +03:00
extract-deb-pkg Travis: fix yandex URL for packages 2016-08-01 16:51:05 +03:00
Makefile scripts/build: add clang targets 2016-11-02 20:35:57 +03:00