aboutsummaryrefslogtreecommitdiffstats
path: root/HOWTO
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2014-02-21 09:51:41 +0100
committerLukas Larsson <[email protected]>2014-02-24 15:16:09 +0100
commit68053cc0576d92a52f040f09c5284cd6ad777069 (patch)
tree32141cc9b366e53993eb079af465909d9db9d875 /HOWTO
parent06e55b6f2ac30c95717532a259a6148226f63b24 (diff)
downloadotp-68053cc0576d92a52f040f09c5284cd6ad777069.tar.gz
otp-68053cc0576d92a52f040f09c5284cd6ad777069.tar.bz2
otp-68053cc0576d92a52f040f09c5284cd6ad777069.zip
ose: Add ose specific x-compile flags
Diffstat (limited to 'HOWTO')
-rw-r--r--HOWTO/INSTALL-CROSS.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/HOWTO/INSTALL-CROSS.md b/HOWTO/INSTALL-CROSS.md
index 03ea4c6e76..642851f5ff 100644
--- a/HOWTO/INSTALL-CROSS.md
+++ b/HOWTO/INSTALL-CROSS.md
@@ -520,6 +520,25 @@ When a variable has been set, no warning will be issued.
`posix_memalign` implementation that accepts larger than page size
alignment.
+* `erl_xcomp_ose_ldflags_pass1` - Linker flags for the OSE module (pass 1)
+
+* `erl_xcomp_ose_ldflags_pass2` - Linker flags for the OSE module (pass 2)
+
+* `erl_xcomp_ose_OSEROOT` - OSE installation root directory
+
+* `erl_xcomp_ose_STRIP` - Strip utility shipped with the OSE distribution
+
+* `erl_xcomp_ose_LM_POST_LINK` - OSE postlink tool
+
+* `erl_xcomp_ose_LM_SET_CONF` - Sets the configuration for an OSE load module
+
+* `erl_xcomp_ose_LM_ELF_SIZE` - Prints the section size information for an
+ OSE load module
+
+* `erl_xcomp_ose_LM_LCF` - OSE load module linker configuration file
+
+* `erl_xcomp_ose_LM_CONF` - OSE load module default configuration file
+
Copyright and License
---------------------