+ added {$asmmode gas} directives to fix compiling when fpc.cfg contains

-Rintel (mantis #17354)

git-svn-id: trunk@15950 -
This commit is contained in:
Jonas Maebe 2010-09-08 14:40:38 +00:00
parent c4a30bc7af
commit 8d9a22938b
2 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,8 @@
**********************************************************************}
{$ASMMODE GAS}
{$ifdef FPC_HAS_TYPE_EXTENDED}
{$define FPC_MATH_HAS_ARCTAN2}
function arctan2(y,x : float) : float;assembler;

View File

@ -15,6 +15,8 @@
**********************************************************************}
{$ASMMODE GAS}
{$ifndef FPC_UNIT_HAS_STRCOPY}
{$define FPC_UNIT_HAS_STRCOPY}
{ Created from glibc: libc/sysdeps/x86_64/strcpy.S Version 1.2 }