• Kir Kolyshkin's avatar
    Fix zdtm with Ubuntu Bionic/arm/clang · 0a4d8379
    Kir Kolyshkin authored
    In Ubuntu Bionic for armhf, clang is compiled for armv8l rather than
    armv7l (as it was and still is for gcc) and so it uses armv8 by default.
    
    This breaks compilation of tests using smp_mb():
    
    > error: instruction requires: data-barriers
    
    The fix is to add "-march=armv7-a" to CFLAGS which we already do,
    except not for the tests.
    Signed-off-by: 's avatarKir Kolyshkin <kolyshkin@gmail.com>
    0a4d8379
Name
Last commit
Last update
..
compel Loading commit data...
inhfd Loading commit data...
jenkins Loading commit data...
others Loading commit data...
zdtm Loading commit data...
.gitignore Loading commit data...
Makefile Loading commit data...
abrt.sh Loading commit data...
check_actions.py Loading commit data...
crit-recode.py Loading commit data...
criu.py Loading commit data...
empty-netns-prep.sh Loading commit data...
groups.desc Loading commit data...
inhfd.desc Loading commit data...
rpc_pb2.py Loading commit data...
show_action.sh Loading commit data...
umount2.c Loading commit data...
zdtm.desc Loading commit data...
zdtm.py Loading commit data...
zdtm_ct.c Loading commit data...
zdtm_mount_cgroups Loading commit data...