mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 10:59:18 +02:00
+ added fpu_libgcc to MIPS
This commit is contained in:
parent
180c23b395
commit
7b02331168
@ -46,7 +46,7 @@ Type
|
|||||||
cpu_pic32mx
|
cpu_pic32mx
|
||||||
);
|
);
|
||||||
|
|
||||||
tfputype =(fpu_none,fpu_soft,fpu_mips2,fpu_mips3);
|
tfputype =(fpu_none,fpu_soft,fpu_libgcc,fpu_mips2,fpu_mips3);
|
||||||
|
|
||||||
Const
|
Const
|
||||||
{# Size of native extended floating point type }
|
{# Size of native extended floating point type }
|
||||||
@ -79,6 +79,7 @@ Const
|
|||||||
fputypestr : array[tfputype] of string[9] = (
|
fputypestr : array[tfputype] of string[9] = (
|
||||||
'NONE',
|
'NONE',
|
||||||
'SOFT',
|
'SOFT',
|
||||||
|
'LIBGCC',
|
||||||
'MIPS2','MIPS3'
|
'MIPS2','MIPS3'
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user