소스 검색

* Reverted r39961.

git-svn-id: trunk@39962 -
yury 6 년 전
부모
커밋
7eb9b23fa5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      compiler/options.pas

+ 1 - 1
compiler/options.pas

@@ -4296,7 +4296,7 @@ begin
 {$ifdef x86_64}
 {$ifndef FPC_SUPPORT_X87_TYPES_ON_WIN64}
       { normally, win64 doesn't support the legacy fpu }
-      if target_info.system in [system_x86_64_win64,system_x86_64_android] then
+      if target_info.system=system_x86_64_win64 then
         undef_system_macro('FPC_HAS_TYPE_EXTENDED')
       else
 {$endif FPC_SUPPORT_X87_TYPES_ON_WIN64}