mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-24 05:19: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 cpu68k}
|
||||||
{$endif i386}
|
{$endif i386}
|
||||||
{$ifdef SUPPORT_REMOTE}
|
{$ifdef SUPPORT_REMOTE}
|
||||||
{$define USE_SPECIAL_BASENAME}
|
{$ifndef USE_SPECIAL_BASENAME}
|
||||||
{ this uses PPC_TARGET env. variable from Makefile }
|
{ this uses PPC_TARGET env. variable from Makefile }
|
||||||
FPBaseName = 'fp_'+{$i %PPC_TARGET%};
|
FPBaseName = 'fp_'+{$i %PPC_TARGET%};
|
||||||
|
{$define USE_SPECIAL_BASENAME}
|
||||||
|
{$endif ndef USE_SPECIAL_BASENAME}
|
||||||
{$endif SUPPORT_REMOTE}
|
{$endif SUPPORT_REMOTE}
|
||||||
{$endif not USE_FPBASENAME}
|
{$endif not USE_FPBASENAME}
|
||||||
{$ifndef USE_SPECIAL_BASENAME}
|
{$ifndef USE_SPECIAL_BASENAME}
|
||||||
|
Loading…
Reference in New Issue
Block a user