Add support for toolchain with sanitizers support 85/69085/16
authorSlava Barinov <v.barinov@samsung.com>
Wed, 11 May 2016 11:10:38 +0000 (14:10 +0300)
committerSlava Barinov <v.barinov@samsung.com>
Tue, 7 Jun 2016 15:22:07 +0000 (18:22 +0300)
commit86591bb9ab591a70a6fdae0ab45671d5ed6dd510
tree211298efac723cb241d5a0bb724d0a6fe9e06fbc
parent49c09d02db5394aecff9ea467e47eba00238bdeb
Add support for toolchain with sanitizers support

Since Tizen toolchain with sanitizers enabled uses {c++,g++,gcc}-real
files the acceleration is needed for them.

The check before 'objdump' added to prevent acceleration of shell
scripts since this is useless and the bash is already accelerated.

All sanitizer libraries (e.g. libasan.so) are packaged always since they
are needed for applying sanitizer to single package, not only the case
of sull project sanitization.

Change-Id: Iec1ca5f426f3354d442858b47381a3bca55ac440
Signed-off-by: Slava Barinov <v.barinov@samsung.com>
packaging/qemu-accel-aarch64.spec
packaging/qemu-accel-armv7l.spec
packaging/qemu-accel.spec.in