Linker
The Linker
element specifies a linker
executable used in the build environment. The value of this element
must be an absolute path to an executable. The Properties File can
contain multiple Linker
elements, but at least one
is required.
This element consists of one attribute, macro
,
which specifies the name of the variable that stores the linker
executable
when building. If you do not specify the macro
attribute, LD
is
the default linker
macro
.
The value for the macro
attribute must be unique
across all Linker
elements. For example, you cannot
list LD
as a Linker
attribute more
than once.
Example
<Linker macro=LD>/usr/bin/ld</Linker>
Description
LD
:
Tells Ounce/Make that you use the LD
macro
/usr/bin/ld
:
Tells Ounce/Make that you use the /usr/bin/ld
linker