* AArch64 doesn't need the software int64 to double code

git-svn-id: trunk@29976 -
This commit is contained in:
Jonas Maebe 2015-02-23 22:56:53 +00:00
parent b7fb862f4a
commit 0a0e74342f

View File

@ -3799,7 +3799,7 @@ if (target_info.abi = abi_eabihf) then
{$endif}
def_system_macro('FPC_HAS_TYPE_SINGLE');
def_system_macro('FPC_HAS_TYPE_DOUBLE');
{$if not defined(i386) and not defined(x86_64) and not defined(i8086)}
{$if not defined(i386) and not defined(x86_64) and not defined(i8086) and not defined(aarch64)}
def_system_macro('FPC_INCLUDE_SOFTWARE_INT64_TO_DOUBLE');
{$endif}
{$if defined(m68k)}