Update the runtest set.
[nethome.git] / bin / runtest-m32-pie
index 4a265c2..565742d 100755 (executable)
@@ -1,2 +1,2 @@
 #! /bin/sh
 #! /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" "$@"