mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 02:48:14 +02:00
Avoid double definition of FPBaseName for powerpc cpu target on i386
git-svn-id: trunk@30157 -
This commit is contained in:
parent
d62a8b4b14
commit
3cd33af823
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user