mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 23:28:28 +02:00
mips64 define must also set mips
This commit is contained in:
parent
e8f9ffdb5e
commit
ea812d1c2e
@ -273,10 +273,14 @@
|
||||
{$endif mips}
|
||||
{$endif mipsel}
|
||||
|
||||
{$ifdef mips64}
|
||||
{$define mips}
|
||||
{$endif mips64}
|
||||
|
||||
{$ifdef mips64el}
|
||||
{$define mips}
|
||||
{$define mips64}
|
||||
{$endif mipsel}
|
||||
{$endif mips64el}
|
||||
|
||||
{$ifdef mips}
|
||||
{$ifndef mips64}
|
||||
|
Loading…
Reference in New Issue
Block a user