mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 08:48:08 +02:00
Also issue -mfpu option when calling GNU assembler for fpu_fpa family
git-svn-id: trunk@45788 -
This commit is contained in:
parent
dfdfbf896d
commit
53eca29309
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user