diff options
| author | janis <janis@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-09-24 17:29:37 +0000 |
|---|---|---|
| committer | janis <janis@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-09-24 17:29:37 +0000 |
| commit | 6316f9bcbcf247a00e33a577fb5ac013fbb7d31f (patch) | |
| tree | 860763bb586119626282a0ed748b6a069e8a7354 | |
| parent | f49b2e77f4ae607c97c98ea77b9213323935aba2 (diff) | |
| download | ppe42-gcc-6316f9bcbcf247a00e33a577fb5ac013fbb7d31f.tar.gz ppe42-gcc-6316f9bcbcf247a00e33a577fb5ac013fbb7d31f.zip | |
* doc/install.texi (Final install): Request additional information
in mail about successful builds.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45779 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 5 | ||||
| -rw-r--r-- | gcc/doc/install.texi | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index dd18ed42ec6..207b126de9f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2001-09-24 Janis Johnson <janis187@us.ibm.com> + + * doc/install.texi (Final install): Request additional information + in mail about successful builds. + 2001-09-24 John David Anglin <dave@hiauly1.hia.nrc.ca> * pa.c (return_addr_rtx): Return NULL_RTX if count is not zero. Use diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index e749d04ea71..8c1a7a60f1a 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -1111,6 +1111,11 @@ that you successfully built and installed GCC. Include the output from running @file{@var{srcdir}/config.guess}. (Do not send us the @file{config.guess} file itself, just the one-line output from running it!) Also specify which version you built. +If the build was for GNU/Linux, also include the distribution name and version +(e.g., Red Hat 7.1 or Debian 2.2.3, available from @file{/etc/issue}) +and the version of glibc you used; for RPM-based systems like Red Hat, +Mandrake, and SuSE type @samp{rpm -q glibc} to get the glibc version, +and on systems like Debian and Progeny use @samp{dpkg -l libc6}. We'd also like to know if the @ifnothtml |

