diff options
author | Lukas Larsson <[email protected]> | 2013-08-29 09:47:48 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2013-08-29 09:47:48 +0200 |
commit | 4beb05f00d692870c0c06da801561149bf578f6a (patch) | |
tree | 89d06547d9864aaf82c748bc020847ec4c951768 | |
parent | 7e8e435fc04623caefbd1a9e7ce3ce57690753ea (diff) | |
download | otp-4beb05f00d692870c0c06da801561149bf578f6a.tar.gz otp-4beb05f00d692870c0c06da801561149bf578f6a.tar.bz2 otp-4beb05f00d692870c0c06da801561149bf578f6a.zip |
Cross compilation is now a supported feature
-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 |