X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=bin%2Fruntest-m32-pie;h=565742d631f5d3786a16d69ffcb049f7c4e53064;hp=4a265c2ab2753adfaeaf69c397382f8203719e02;hb=271bd12bf3ce2bbf0e03fa5fe2bec93840d2c247;hpb=d4396ca4a87f88e38ca6199ccc937247008e0ba5 diff --git a/bin/runtest-m32-pie b/bin/runtest-m32-pie index 4a265c2..565742d 100755 --- a/bin/runtest-m32-pie +++ b/bin/runtest-m32-pie @@ -1,2 +1,2 @@ #! /bin/sh -exec runtest --target_board unix/-m32/-fPIE/-pie "$@" +exec runtest CC_FOR_TARGET="gcc -m32 -fPIE -pie" CXX_FOR_TARGET="g++ -m32 -fPIE -pie" "$@"