Avoid double definition of FPBaseName for powerpc cpu target on i386

git-svn-id: trunk@30157 -
This commit is contained in:
pierre 2015-03-10 07:52:44 +00:00
parent d62a8b4b14
commit 3cd33af823

View File

@ -55,9 +55,11 @@ const
{$endif cpu68k}
{$endif i386}
{$ifdef SUPPORT_REMOTE}
{$define USE_SPECIAL_BASENAME}
{ this uses PPC_TARGET env. variable from Makefile }
FPBaseName = 'fp_'+{$i %PPC_TARGET%};
{$ifndef USE_SPECIAL_BASENAME}
{ this uses PPC_TARGET env. variable from Makefile }
FPBaseName = 'fp_'+{$i %PPC_TARGET%};
{$define USE_SPECIAL_BASENAME}
{$endif ndef USE_SPECIAL_BASENAME}
{$endif SUPPORT_REMOTE}
{$endif not USE_FPBASENAME}
{$ifndef USE_SPECIAL_BASENAME}