diff options
author | Joel Brobecker <brobecker@adacore.com> | 2007-01-05 14:40:05 +0000 |
---|---|---|
committer | Joel Brobecker <brobecke@gcc.gnu.org> | 2007-01-05 14:40:05 +0000 |
commit | 4b322f430a748cc600d3ef66865a24d7c1b743d5 (patch) | |
tree | 44432bfac89f875b45582ebd8eafb19acf43f5e5 /gcc/doc/install.texi | |
parent | 3d761c462aacbfd10cbfe78356b958fd5459cba6 (diff) | |
download | gcc-4b322f430a748cc600d3ef66865a24d7c1b743d5.zip gcc-4b322f430a748cc600d3ef66865a24d7c1b743d5.tar.gz gcc-4b322f430a748cc600d3ef66865a24d7c1b743d5.tar.bz2 |
install.texi (Final install): Document the fact that the GNAT runtime should not be stripped.
* doc/install.texi (Final install): Document the fact that
the GNAT runtime should not be stripped.
From-SVN: r120484
Diffstat (limited to 'gcc/doc/install.texi')
-rw-r--r-- | gcc/doc/install.texi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 46213e4..2876e5a 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -2062,7 +2062,10 @@ cd @var{objdir}; make install @end smallexample We strongly recommend to install into a target directory where there is -no previous version of GCC present. +no previous version of GCC present. Also, the GNAT runtime should not +be stripped, as this would break certain features of the debugger that +depend on this debugging information (catching Ada exceptions for +instance). That step completes the installation of GCC; user level binaries can be found in @file{@var{prefix}/bin} where @var{prefix} is the value |