mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 02:39:27 +02:00
+ propagate FPC_ARMEL if FPC_OARM isn't defined
git-svn-id: trunk@11917 -
This commit is contained in:
parent
24fe46b3a3
commit
3f03b4fb80
@ -107,6 +107,10 @@
|
|||||||
{$define cpufpemu}
|
{$define cpufpemu}
|
||||||
{$define cpuneedsdiv32helper}
|
{$define cpuneedsdiv32helper}
|
||||||
{$define cputargethasfixedstack}
|
{$define cputargethasfixedstack}
|
||||||
|
{ inherit FPC_ARMEL? }
|
||||||
|
{$if defined(CPUARMEL) and not(defined(FPC_OARM))}
|
||||||
|
{$define FPC_ARMEL}
|
||||||
|
{$endif}
|
||||||
{$endif arm}
|
{$endif arm}
|
||||||
|
|
||||||
{$ifdef m68k}
|
{$ifdef m68k}
|
||||||
|
@ -39,6 +39,9 @@ program pp;
|
|||||||
MMX instructions
|
MMX instructions
|
||||||
EXTERN_MSG Don't compile the msgfiles in the compiler, always
|
EXTERN_MSG Don't compile the msgfiles in the compiler, always
|
||||||
use external messagefiles, default for TP
|
use external messagefiles, default for TP
|
||||||
|
FPC_ARMEL create an arm eabi compiler
|
||||||
|
FPC_OARM create an arm oabi compiler, only needed when the host
|
||||||
|
compiler is ARMEL
|
||||||
-----------------------------------------------------------------
|
-----------------------------------------------------------------
|
||||||
cpuflags The target processor has status flags (on by default)
|
cpuflags The target processor has status flags (on by default)
|
||||||
cpufpemu The target compiler will also support emitting software
|
cpufpemu The target compiler will also support emitting software
|
||||||
|
Loading…
Reference in New Issue
Block a user