.vimrc: +vim-fugitive
[nethome.git] / bin / runtest-m64-pie
1 #! /bin/sh
2 exec runtest CC_FOR_TARGET="gcc -m64 -fPIE -pie" CXX_FOR_TARGET="g++ -m64 -fPIE -pie" "$@"