X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=bin%2Fruntest-m31-pie;h=1c1d89f8fbf69fb74f987dcb47bdabd0323a6226;hp=889b3236b56144fa5be6d7d2a624bfa8959337f0;hb=89f10d958bacf3f13160bbba670195bc0eb414f3;hpb=1b2324ad4b79d4a2f46a711dd8321119dfec1373 diff --git a/bin/runtest-m31-pie b/bin/runtest-m31-pie index 889b323..1c1d89f 100755 --- a/bin/runtest-m31-pie +++ b/bin/runtest-m31-pie @@ -1,2 +1,2 @@ #! /bin/sh -exec runtest --target_board unix/-m31/-fPIE/-pie "$@" +exec runtest CC_FOR_TARGET="gcc -m31 -fPIE -pie" CXX_FOR_TARGET="g++ -m31 -fPIE -pie" "$@"