aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/lib/mike-gcc.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/lib/mike-gcc.exp')
-rw-r--r--gcc/testsuite/lib/mike-gcc.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/lib/mike-gcc.exp b/gcc/testsuite/lib/mike-gcc.exp
index 89becfb..34cf039 100644
--- a/gcc/testsuite/lib/mike-gcc.exp
+++ b/gcc/testsuite/lib/mike-gcc.exp
@@ -117,12 +117,12 @@ proc postbase { src_code run groups args } {
link
{
set compile_type "executable";
- set output_file "$tmpdir/a.out";
+ append output_file ".exe";
}
run
{
set compile_type "executable";
- set output_file "$tmpdir/a.out";
+ append output_file ".exe";
set run yes;
}
default