فهرست منبع

Also issue -mfpu option when calling GNU assembler for fpu_fpa family

git-svn-id: trunk@45788 -
pierre 5 سال پیش
والد
کامیت
53eca29309
1فایلهای تغییر یافته به همراه6 افزوده شده و 0 حذف شده
  1. 6 0
      compiler/arm/agarmgas.pas

+ 6 - 0
compiler/arm/agarmgas.pas

@@ -108,6 +108,12 @@ unit agarmgas;
         case current_settings.fputype of
           fpu_soft:
             result:='-mfpu=softvfp '+result;
+          fpu_fpa:
+            result:='-mfpu=fpa '+result;
+          fpu_fpa10:
+            result:='-mfpu=fpa10 '+result;
+          fpu_fpa11:
+            result:='-mfpu=fpa11 '+result;
           fpu_vfpv2:
             result:='-mfpu=vfpv2 '+result;
           fpu_vfpv3: