X-Git-Url: https://git.jankratochvil.net/?a=blobdiff_plain;f=bin%2Fruntest-m64;h=1077cdb866d447d0d0b1743baa7c5e32bd06900a;hb=d1d2c6c54abe935ff63d58a68835049547af425b;hp=453cf0627725fecc08b54ac8c8554366752ac347;hpb=ba6c8d3f3796675065df8023becdf685ee8ab0c1;p=nethome.git diff --git a/bin/runtest-m64 b/bin/runtest-m64 index 453cf06..1077cdb 100755 --- a/bin/runtest-m64 +++ b/bin/runtest-m64 @@ -1,2 +1,2 @@ #! /bin/sh -exec runtest --target_board unix/-m64 "$@" +exec runtest CC_FOR_TARGET="gcc -m64" CXX_FOR_TARGET="g++ -m64" "$@"