summaryrefslogtreecommitdiff
path: root/src/corelib/render
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/render')
-rw-r--r--src/corelib/render/software/agg-demos/find_compilers_linux.dpr6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/corelib/render/software/agg-demos/find_compilers_linux.dpr b/src/corelib/render/software/agg-demos/find_compilers_linux.dpr
index a1ec21cf..39a7413b 100644
--- a/src/corelib/render/software/agg-demos/find_compilers_linux.dpr
+++ b/src/corelib/render/software/agg-demos/find_compilers_linux.dpr
@@ -281,6 +281,12 @@ begin
else
WrPool(fpc_gapp + ' ' );
+ // this makes it easy to find and delete the executables later
+ {$IFDEF CPU32}
+ WrPool('-o' + name + '.elf32 ');
+ {$ELSE}
+ WrPool('-o' + name + '.elf64 ');
+ {$ENDIF}
WrPool(name + ext ,true );