Attribute
|
Description
|
Type
|
Requirement
|
base
|
Sets the base address. May be specified in either decimal or hex.
|
|
Optional
|
classname
|
Sets the class name for the adapter. Use the "name" attribute when the tool is supported.
|
String
|
debug
|
If set true, all targets will be built for debugging.
|
boolean
|
description
|
Sets a description of the current data type.
|
String
|
entry
|
Sets the starting address.
|
String
|
extends
|
Specifies that this element extends the element with id attribute with a matching value. The configuration will be constructed from the settings of this element, element referenced by extends, and the containing cc element.
|
Reference
|
fixed
|
If true, marks the file to be loaded only at its preferred address.
|
boolean
|
id
|
Sets an id that can be used to reference this element.
|
String
|
if
|
Sets the property name for the 'if' condition. The configuration will be ignored unless the property is defined. The value of the property is insignificant, but values that would imply misinterpretation ("false", "no") will throw an exception when evaluated.
|
String
|
incremental
|
If true, allows incremental linking.
|
boolean
|
inherit
|
If inherit has the default value of true, defines, includes and other settings from the containing element will be inherited.
|
boolean
|
libtool
|
Set use of libtool. If set to true, the "libtool " will be prepended to the command line
|
boolean
|
map
|
If set to true, a map file will be produced.
|
boolean
|
name
|
Sets linker type. Supported linkers gcc | Gcc Linker | g++ | G++ Linker | ld | Ld Linker | ar | Gcc Librarian | msvc | Microsoft Linker | bcc | Borland Linker | df | Compaq Visual Fortran Linker | icl | Intel Linker for Windows (IA-32) | ecl | Intel Linker for Windows (IA-64) | icc | Intel Linker for Linux (IA-32) | ecc | Intel Linker for Linux (IA-64) | CC | Sun ONE Linker | aCC | HP aC++ Linker | os390 | OS390 Linker | os390batch | OS390 Linker | os400 | IccLinker | sunc89 | C89 Linker | xlC | VisualAge Linker | wcl | OpenWatcom C/C++ linker | wfl | OpenWatcom FORTRAN linker |
|
"gcc", "g++", "ld", "ar", "msvc", "bcc", "df", "icl", "ecl", "icc", "ecc", "CC", "aCC", "os390", "os390batch", "os400", "sunc89", "xlC", "cl6x", "cl55", "armcc", "armcpp", "tcc", "tcpp", "sparc-sun-solaris2-gcc", "sparc-sun-solaris2-g++", "sparc-sun-solaris2-ld", "sparc-sun-solaris2-ar", "gcc-cross", "g++-cross", "ld-cross", "ar-cross", "wcl", "wfl"
|
newenvironment
|
Do not propagate old environment when new environment variables are specified.
|
boolean
|
rebuild
|
If set true, all targets will be unconditionally rebuilt.
|
boolean
|
refid
|
Specifies that this element should behave as if the content of the element with the matching id attribute was inserted at this location. If specified, no other attributes or child content should be specified, other than "if", "unless" and "description".
|
Reference
|
stack
|
Sets stack size in bytes.
|
|
unless
|
Set the property name for the 'unless' condition. If named property is set, the configuration will be ignored. The value of the property is insignificant, but values that would imply misinterpretation ("false", "no") of the behavior will throw an exception when evaluated.
|
String
|