* 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:
Jonas Maebe 2012-03-29 20:54:38 +00:00
parent bba4b02eb2
commit 86265534d0

View File

@ -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.