mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 04:09:15 +02:00
* default x86_64-win64 when compiled under windows
git-svn-id: trunk@3322 -
This commit is contained in:
parent
cba7504dec
commit
31c3b5963c
@ -751,6 +751,10 @@ begin
|
||||
default_target(source_info.system);
|
||||
{$define source_system_set}
|
||||
{$else cpux86_64}
|
||||
{$ifdef MSWindows}
|
||||
default_target(system_x86_64_win64);
|
||||
{$define source_system_set}
|
||||
{$endif}
|
||||
{$ifdef linux}
|
||||
default_target(system_x86_64_linux);
|
||||
{$define source_system_set}
|
||||
|
Loading…
Reference in New Issue
Block a user