diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-02-11 15:51:14 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-02-11 15:51:14 +0200 |
commit | e872152480a747964aa71b32369587732266bb66 (patch) | |
tree | b5a3559b7262457a97c77273d3a11c70ea672407 /doc | |
parent | e7f075094053cf896450c047ef872418a9e06f74 (diff) |
Add notes to testing with GCC 6
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/doc/release b/doc/release index 866c591..7ab0d91 100644 --- a/doc/release +++ b/doc/release @@ -4,12 +4,25 @@ [ ] Test with the latest GCC snapshot. + - For latest (6): + + apt-get install libmpfr-dev + apt-get install libmpc-dev + + In new terminal: + + . ../from-source.txt + ./configure ... + make + sudo make install + - Build latest snapshot (see etc1/gcc/from-source.txt) and install in /usr/local. See previous snapshot build for configure command line. - Configure ODB manually in /tmp/odb and smoke-test - Will need from-source.txt and + Will need + . from-source.txt export LD_LIBRARY_PATH=/usr/local/lib64:$LD_LIBRARY_PATH Build one of the test directories with this ODB: |