mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 13:59:29 +02:00
* fixed misplaced endif that caused the default target not be set when
(hypothetically) running the compiler on Darwin/ARM git-svn-id: trunk@20662 -
This commit is contained in:
parent
bba4b02eb2
commit
86265534d0
@ -849,10 +849,10 @@ initialization
|
||||
{$ifdef Darwin}
|
||||
set_source_info(system_powerpc64_darwin_info);
|
||||
{$endif Darwin}
|
||||
{$endif powerpc64}
|
||||
{$ifdef cpuarm}
|
||||
{$ifdef Darwin}
|
||||
set_source_info(system_arm_darwin_info);
|
||||
{$endif Darwin}
|
||||
{$endif cpuarm}
|
||||
{$endif powerpc64}
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user