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