mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-28 15:20:27 +02:00
+ added -Cp to option page
This commit is contained in:
parent
83031a241d
commit
e7abf182c2
@ -2121,6 +2121,12 @@ Compiler CPU Target: $FPCCPU
|
|||||||
Supported targets:
|
Supported targets:
|
||||||
$OSTARGETS
|
$OSTARGETS
|
||||||
|
|
||||||
|
Supported CPU instruction sets:
|
||||||
|
$INSTRUCTIONSETS
|
||||||
|
|
||||||
|
Supported FPU instruction sets:
|
||||||
|
$FPUINSTRUCTIONSETS
|
||||||
|
|
||||||
This program comes under the GNU General Public Licence
|
This program comes under the GNU General Public Licence
|
||||||
For more information read COPYING.FPC
|
For more information read COPYING.FPC
|
||||||
|
|
||||||
@ -2185,12 +2191,13 @@ S*2Aas_assemble using GNU AS
|
|||||||
**2Cc<x>_set default calling convention to <x>
|
**2Cc<x>_set default calling convention to <x>
|
||||||
**2CD_create also dynamic library (not supported)
|
**2CD_create also dynamic library (not supported)
|
||||||
**2Ce_Compilation with emulated floating point opcodes
|
**2Ce_Compilation with emulated floating point opcodes
|
||||||
**2Cf<x>_Select fpu instruction set to use to <x>
|
**2Cf<x>_Select fpu instruction set to use, see fpc -i for possible values
|
||||||
**2Cg_Generate PIC code
|
**2Cg_Generate PIC code
|
||||||
**2Ch<n>_<n> bytes heap (between 1023 and 67107840)
|
**2Ch<n>_<n> bytes heap (between 1023 and 67107840)
|
||||||
**2Ci_IO-checking
|
**2Ci_IO-checking
|
||||||
**2Cn_omit linking stage
|
**2Cn_omit linking stage
|
||||||
**2Co_check overflow of integer operations
|
**2Co_check overflow of integer operations
|
||||||
|
**2Cp<x>_select instruction set, see fpc -i for possible values
|
||||||
**2Cr_range checking
|
**2Cr_range checking
|
||||||
**2CR_verify object method call validity
|
**2CR_verify object method call validity
|
||||||
**2Cs<n>_set stack size to <n>
|
**2Cs<n>_set stack size to <n>
|
||||||
|
Loading…
Reference in New Issue
Block a user