mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 02:45:58 +02:00
* Use mips everywhere for big endian mips target
git-svn-id: trunk@25992 -
This commit is contained in:
parent
d0f988f7a8
commit
a091c26750
@ -59,12 +59,6 @@ Const
|
|||||||
extended_size = 8;
|
extended_size = 8;
|
||||||
{# Size of a multimedia register }
|
{# Size of a multimedia register }
|
||||||
mmreg_size = 0;
|
mmreg_size = 0;
|
||||||
{ target cpu string (used by compiler options) }
|
|
||||||
{$ifdef MIPSEL}
|
|
||||||
target_cpu_string = 'mipsel';
|
|
||||||
{$else MIPSEL}
|
|
||||||
target_cpu_string = 'mips';
|
|
||||||
{$endif MIPSEL}
|
|
||||||
{ calling conventions supported by the code generator }
|
{ calling conventions supported by the code generator }
|
||||||
supported_calling_conventions : tproccalloptions = [
|
supported_calling_conventions : tproccalloptions = [
|
||||||
pocall_internproc,
|
pocall_internproc,
|
||||||
|
@ -336,7 +336,7 @@ interface
|
|||||||
|
|
||||||
cpu2str : array[TSystemCpu] of string[10] =
|
cpu2str : array[TSystemCpu] of string[10] =
|
||||||
('','i386','m68k','alpha','powerpc','sparc','vm','ia64','x86_64',
|
('','i386','m68k','alpha','powerpc','sparc','vm','ia64','x86_64',
|
||||||
'mipseb','arm', 'powerpc64', 'avr', 'mipsel','jvm', 'i8086');
|
'mips','arm', 'powerpc64', 'avr', 'mipsel','jvm', 'i8086');
|
||||||
|
|
||||||
abiinfo : array[tabi] of tabiinfo = (
|
abiinfo : array[tabi] of tabiinfo = (
|
||||||
(name: 'DEFAULT'; supported: true),
|
(name: 'DEFAULT'; supported: true),
|
||||||
|
Loading…
Reference in New Issue
Block a user