Update the runtest set.
[nethome.git] / bin / runtest-m31-pie
index 889b323..1c1d89f 100755 (executable)
@@ -1,2 +1,2 @@
 #! /bin/sh
 #! /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" "$@"