mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-09 10:52:24 +00:00
Fix some out-of-date documentation reported by Ulf Martin.
Estimated hours taken: 0.1 Branches: main Fix some out-of-date documentation reported by Ulf Martin. .INSTALL.in: The build and install processes no longer automatically output log files, so don't mention them here. We also no longer output configure.log (since doing so caused problems with newer versions of autoconf). Update the list of architectures that support global registers to include x86_64.
This commit is contained in:
19
.INSTALL.in
19
.INSTALL.in
@@ -36,16 +36,12 @@
|
||||
# If you want to install a different set of grades, read the
|
||||
# "Finetuning" section below.
|
||||
#
|
||||
# The output from running configure will be automatically saved
|
||||
# in the file `configure.log'. Some debugging output is also
|
||||
# saved to the file `config.log'.
|
||||
# Some debugging output from running configure is automatically
|
||||
# save to the file `config.log'.
|
||||
#
|
||||
# Step 2. Run `make'.
|
||||
# This step will take a long time.
|
||||
#
|
||||
# The output from this stage will be automatically saved in the
|
||||
# file `make.log'.
|
||||
#
|
||||
# NOTE: If you have problems installing a new version
|
||||
# of the compiler, you may find it helpful to either
|
||||
# completely remove any existing versions of the
|
||||
@@ -57,16 +53,11 @@
|
||||
# Step 3. Run `make install'.
|
||||
# This step will also take a long time.
|
||||
#
|
||||
# The output from this stage will be automatically saved in the
|
||||
# file `make_install.log'.
|
||||
#
|
||||
# BEWARE: if something goes wrong in this step, e.g. running
|
||||
# out of disk space, and the installation has already gotten
|
||||
# past installing the documentation, and started installing
|
||||
# the different grades of the libraries (in particular if
|
||||
# `grep install_text make_install.log' prints out something
|
||||
# like `# install_text install_ps') then in general it is NOT
|
||||
# sufficient to simply rerun `make install'. Instead you
|
||||
# the different grades of the libraries then in general it is
|
||||
# NOT sufficient to simply rerun `make install'. Instead you
|
||||
# may need to start from scratch again.
|
||||
#
|
||||
# Step 4. Check the permissions on the installed files.
|
||||
@@ -182,7 +173,7 @@ make install
|
||||
#
|
||||
# Efficiency will be much improved if Mercury can use gcc global
|
||||
# register variables. Currently these are supported for
|
||||
# mips, hppa, sparc, alpha, rs6000, and i386 architectures
|
||||
# mips, hppa, sparc, alpha, rs6000, i386 and x86_64 architectures
|
||||
# (see runtime/regs.h and runtime/machdeps/*).
|
||||
# If you want to use Mercury on some other CPU, contact us and
|
||||
# we'll add support for gcc global registers for that CPU.
|
||||
|
||||
Reference in New Issue
Block a user