소스 검색

+ added fpu_libgcc to MIPS

Nikolay Nikolov 11 달 전
부모
커밋
7b02331168
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      compiler/mips/cpuinfo.pas

+ 2 - 1
compiler/mips/cpuinfo.pas

@@ -46,7 +46,7 @@ Type
        cpu_pic32mx
       );
 
-   tfputype =(fpu_none,fpu_soft,fpu_mips2,fpu_mips3);
+   tfputype =(fpu_none,fpu_soft,fpu_libgcc,fpu_mips2,fpu_mips3);
 
 Const
    {# Size of native extended floating point type }
@@ -79,6 +79,7 @@ Const
    fputypestr : array[tfputype] of string[9] = (
      'NONE',
      'SOFT',
+     'LIBGCC',
      'MIPS2','MIPS3'
    );