mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 20:08:52 +02:00
Fix compilation of mips64 compiler by simple use of 'make mips64'
This commit is contained in:
parent
7e7072c823
commit
00a287e77d
@ -281,6 +281,14 @@
|
||||
{$define mips64}
|
||||
{$endif mips64eb}
|
||||
|
||||
{ Also accept mips64 for big endian 64-bit mips, but only if mips64 el is not eet }
|
||||
{$ifdef mips64}
|
||||
{$define mips}
|
||||
{$ifndef mips64el}
|
||||
{$define mips64eb}
|
||||
{$endif not mips64el}
|
||||
{$endif mips64}
|
||||
|
||||
{$ifdef mips64el}
|
||||
{$define mips}
|
||||
{$define mips64}
|
||||
|
Loading…
Reference in New Issue
Block a user