• Kir Kolyshkin's avatar
    compel: no -r for ARM ldflags · f62818d9
    Kir Kolyshkin authored
    Commit d9486bd7 ("arm/pie/build: do not produce relocatable parasite
    object") removed -r from LDFLAGS used to compile criu pie. This
    functionality somehow never made it to criu-dev, and was also lost
    in master then compel was ported to it.
    
    Make it work with compel.
    
    Unfortunately it was not as simple as I initially thought, as -r flag
    to ld was built into nmk. This patch removes it, and adds it to all
    places that need intermediate linking.
    
    Cc: Dmitry Safonov <dsafonov@virtuozzo.com>
    Cc: Cyrill Gorcunov <gorcunov@openvz.org>
    Acked-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
    Signed-off-by: 's avatarKir Kolyshkin <kir@openvz.org>
    Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
    f62818d9
Name
Last commit
Last update
..
Documentation Loading commit data...
scripts Loading commit data...
.gitignore Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...