From 7a74ee9d6a02e4fba24b64eb70a4affe4afa121e Mon Sep 17 00:00:00 2001 From: Raymond Toy Date: Wed, 11 Dec 2019 19:53:19 -0800 Subject: [PATCH 1/2] Fix #14: Update some developer info Update some developer info. * For cross-compiling, link to the wiki article on this --- cmucl-www/www/doc/crosscompile.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/cmucl-www/www/doc/crosscompile.html b/cmucl-www/www/doc/crosscompile.html index bf1e580..f9686d1 100644 --- a/cmucl-www/www/doc/crosscompile.html +++ b/cmucl-www/www/doc/crosscompile.html @@ -47,13 +47,18 @@ Documentation: How to cross-compile

- To be written. + The most current information on cross-compiling can be found on + CMUCL's + wiki on + compiling source that contain disruptive changes.

-- GitLab From 0f2854caca53f9a79792412a65fba8a990bc14ed Mon Sep 17 00:00:00 2001 From: Raymond Toy Date: Wed, 11 Dec 2019 20:06:36 -0800 Subject: [PATCH 2/2] Replace script links with the wiki page on building --- cmucl-www/www/doc/index.html | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/cmucl-www/www/doc/index.html b/cmucl-www/www/doc/index.html index 78287fa..b0241d3 100644 --- a/cmucl-www/www/doc/index.html +++ b/cmucl-www/www/doc/index.html @@ -257,17 +257,11 @@
  • The first step to being able to improve CMUCL is knowing how to build it (ie recompile it from its source). This is a slightly delicate process, since a running Lisp is used to produce a new lisp. - There are two sets of instructions and scripts for building CMUCL: - + For details, see Building + CMUCL on CMUCL's + wiki.
  • A trickier process is a cross-compile, which can be necessary to add certain features to CMUCL, or to port it to a new platform. @@ -364,7 +358,7 @@ -- GitLab