diff options
author | Rickard Green <[email protected]> | 2009-12-11 16:55:07 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2009-12-11 16:55:07 +0000 |
commit | 4c67dcccfc6f03f7e19f934751f8274ed3b9cccc (patch) | |
tree | ea42190c4c6c2aa07abbeafa5208512ebb76eb65 /xcomp/README.xcomp | |
parent | 9c35f074a9a8c2b713b53fb13cedc0746b1da150 (diff) | |
download | otp-4c67dcccfc6f03f7e19f934751f8274ed3b9cccc.tar.gz otp-4c67dcccfc6f03f7e19f934751f8274ed3b9cccc.tar.bz2 otp-4c67dcccfc6f03f7e19f934751f8274ed3b9cccc.zip |
OTP-8323 Miscellaneous cross compilation improvements. For example, one
new mandatory configuration variable that replaces all other
previously mandatory configuration variables, and better
documentation. Note that old cross compilation configurations
cannot be used without modifications.
For more information see the $ERL_TOP/xcomp/README file.
Diffstat (limited to 'xcomp/README.xcomp')
-rw-r--r-- | xcomp/README.xcomp | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/xcomp/README.xcomp b/xcomp/README.xcomp deleted file mode 100644 index 4df9226a96..0000000000 --- a/xcomp/README.xcomp +++ /dev/null @@ -1,25 +0,0 @@ -This directory contains configuration file templates and examples for -cross compiling Erlang/OTP. The configuration files should be supplied to -$ERl_TOP/otp_build in the ./otp_build env_cross command to set up an -appropriate environment for cross compiling. - -Copy the template file erl-xcomp.conf.template to an appropriate name -and fill in at least the mandatory parts before attempting cross -compilation. See the template file for details on configuration -parameters and see the example erl-xcomp-TileraMDE2.0-tilepro.conf for -an example of a working configuration file. - -The support for cross compiling is in it's early stage of development, -it works for cross compiling some gnu/linux systems, but has only been partly -tested for more esotheric platforms. The vxworks example file is highly -dependent on our environment and is here more or less for internal use. - -Please submit any patches for cross compiling in a way consistent with -this system. Variables should be added to the configuration file, -which is sourced both by $ERL_TOP/otp_build and each configure -script. If a new configuration variable is needed for your system, add -it to the template file, use it in otp_build and/or configure and -submit the patch to erlang-patches for further integration into the -main branch. All input is welcome as we cannot possibly have all cross -compiling environments out there to test with. - |