
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2802 8e941d3f-bd1b-0410-a28a-d453659cc2b4
28 lines
710 B
Plaintext
28 lines
710 B
Plaintext
{
|
|
"executable":"fpc",
|
|
"version":"2.6.0",
|
|
"testkey":"-iV",
|
|
"testValue":"2.6.0",
|
|
options: [
|
|
{
|
|
section:"execopt",
|
|
key:"Xm",
|
|
name:"generatelinkmap",
|
|
display:"Generate Link Map"
|
|
},
|
|
{
|
|
section:"codegen",
|
|
key: "Cp%value%",
|
|
display: "Instruction set",
|
|
name: "instructionset",
|
|
options: [
|
|
{ value: "80386", condition:"i386,x86_64" }
|
|
,{ value: "PENTIUM", condition:"i386,x86_64" }
|
|
,{ value: "PENTIUM2", condition:"i386,x86_64" }
|
|
,{ value: "PENTIUM3", condition:"i386,x86_64" }
|
|
,{ value: "PENTIUM4", condition:"i386,x86_64" }
|
|
,{ value: "PENTIUMM", condition:"i386,x86_64" }
|
|
]
|
|
}
|
|
]
|
|
} |