diff options
author | Lukas Larsson <[email protected]> | 2013-09-06 14:12:01 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2013-09-06 14:12:01 +0200 |
commit | 68e94c10f2e06d44de0ffaa56513b34ef17cc697 (patch) | |
tree | 5189a7885aada1314a21f35c0511740ee8b9f9d2 /HOWTO/INSTALL-CROSS.md | |
parent | f0d9bb05045d9d991df60f3f69fef0054588f168 (diff) | |
parent | 30c4078cf1a898dfbca2dc8d00655bd766c0fbb1 (diff) | |
download | otp-68e94c10f2e06d44de0ffaa56513b34ef17cc697.tar.gz otp-68e94c10f2e06d44de0ffaa56513b34ef17cc697.tar.bz2 otp-68e94c10f2e06d44de0ffaa56513b34ef17cc697.zip |
Merge branch 'maint'
* maint:
Ignore odbc cores
Cross compilation is now a supported feature
Diffstat (limited to 'HOWTO/INSTALL-CROSS.md')
-rw-r--r-- | HOWTO/INSTALL-CROSS.md | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/HOWTO/INSTALL-CROSS.md b/HOWTO/INSTALL-CROSS.md index fbcb5f83c6..a5cf775583 100644 --- a/HOWTO/INSTALL-CROSS.md +++ b/HOWTO/INSTALL-CROSS.md @@ -4,14 +4,7 @@ Cross Compiling Erlang/OTP Introduction ------------ -This document describes how to cross compile Erlang/OTP-%OTP-REL%. Note that -the support for cross compiling Erlang/OTP should be considered as -experimental. As far as we know, the %OTP-REL% release should cross compile -fine, but since we currently have a very limited set of cross compilation -environments to test with we cannot be sure. The cross compilation support -will remain in an experimental state until we get a lot more cross compilation -environments to test with. - +This document describes how to cross compile Erlang/OTP-%OTP-REL%. You are advised to read the whole document before attempting to cross compile Erlang/OTP. However, before reading this document, you should read the [$ERL_TOP/HOWTO/INSTALL.md][] document which describes building and installing |