public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/69374] install.texi is bit-rotten
       [not found] <bug-69374-4@http.gcc.gnu.org/bugzilla/>
@ 2023-11-25 12:31 ` cvs-commit at gcc dot gnu.org
  2023-11-25 13:10 ` cvs-commit at gcc dot gnu.org
                   ` (18 subsequent siblings)
  19 siblings, 0 replies; 20+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2023-11-25 12:31 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69374

--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The trunk branch has been updated by Gerald Pfeifer <gerald@gcc.gnu.org>:

https://gcc.gnu.org/g:f7df9d7aca6b7978ad4c08ee24267787a805a301

commit r14-5843-gf7df9d7aca6b7978ad4c08ee24267787a805a301
Author: Gerald Pfeifer <gerald@pfeifer.com>
Date:   Sat Nov 25 13:31:22 2023 +0100

    doc: Remove obsolete notes on GCC 4.x on FreeBSD

    FreeBSD 6 and 7 have been end of life for years as have been GCC 4.x
    releases, so no point in detailing specifics of changes around those.

    gcc:

            PR target/69374
            * doc/install.texi (Specific) <*-*-freebsd*>: Remove older
            contents referencing GCC 4.x.

^ permalink raw reply	[flat|nested] 20+ messages in thread

* [Bug target/69374] install.texi is bit-rotten
       [not found] <bug-69374-4@http.gcc.gnu.org/bugzilla/>
  2023-11-25 12:31 ` [Bug target/69374] install.texi is bit-rotten cvs-commit at gcc dot gnu.org
@ 2023-11-25 13:10 ` cvs-commit at gcc dot gnu.org
  2023-12-17  1:18 ` cvs-commit at gcc dot gnu.org
                   ` (17 subsequent siblings)
  19 siblings, 0 replies; 20+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2023-11-25 13:10 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69374

--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The trunk branch has been updated by Gerald Pfeifer <gerald@gcc.gnu.org>:

https://gcc.gnu.org/g:9c26c91b94eb72397a4892b28022070a33636492

commit r14-5844-g9c26c91b94eb72397a4892b28022070a33636492
Author: Gerald Pfeifer <gerald@pfeifer.com>
Date:   Sat Nov 25 14:10:25 2023 +0100

    doc: Complete and sort the list of front ends

    gcc:

            PR other/69374
            * doc/install.texi (Downloading the source): Sort the list of
            front ends and add D, Go, and Modula-2.

^ permalink raw reply	[flat|nested] 20+ messages in thread

* [Bug target/69374] install.texi is bit-rotten
       [not found] <bug-69374-4@http.gcc.gnu.org/bugzilla/>
  2023-11-25 12:31 ` [Bug target/69374] install.texi is bit-rotten cvs-commit at gcc dot gnu.org
  2023-11-25 13:10 ` cvs-commit at gcc dot gnu.org
@ 2023-12-17  1:18 ` cvs-commit at gcc dot gnu.org
  2023-12-17  7:14 ` cvs-commit at gcc dot gnu.org
                   ` (16 subsequent siblings)
  19 siblings, 0 replies; 20+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2023-12-17  1:18 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69374

--- Comment #4 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The trunk branch has been updated by Gerald Pfeifer <gerald@gcc.gnu.org>:

https://gcc.gnu.org/g:f73a00b735f1c78b8eb09cffae8f5102b99f363f

commit r14-6639-gf73a00b735f1c78b8eb09cffae8f5102b99f363f
Author: Gerald Pfeifer <gerald@pfeifer.com>
Date:   Sun Dec 17 09:18:28 2023 +0800

    doc: Remove references to buildstat.html

    gcc:

            PR other/69374
            * doc/install.texi (Installing GCC): Remove reference to
            buildstat.html.
            (Testing): Ditto.
            (Final install): Remove section on submitting information for
            buildstat.html. Adjust the request for feedback.

^ permalink raw reply	[flat|nested] 20+ messages in thread

* [Bug target/69374] install.texi is bit-rotten
       [not found] <bug-69374-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2023-12-17  1:18 ` cvs-commit at gcc dot gnu.org
@ 2023-12-17  7:14 ` cvs-commit at gcc dot gnu.org
  2023-12-18 13:39 ` cvs-commit at gcc dot gnu.org
                   ` (15 subsequent siblings)
  19 siblings, 0 replies; 20+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2023-12-17  7:14 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69374

--- Comment #5 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The trunk branch has been updated by Gerald Pfeifer <gerald@gcc.gnu.org>:

https://gcc.gnu.org/g:da70c5b17123b7c81155ef03fb4591b71a681344

commit r14-6640-gda70c5b17123b7c81155ef03fb4591b71a681344
Author: Gerald Pfeifer <gerald@pfeifer.com>
Date:   Sun Dec 17 15:13:39 2023 +0800

    install: Streamline the hppa*-hp-hpux* section

    gcc:

            PR target/69374
            * doc/install.texi (Specific) <hppa*-hp-hpux*>: Remove a note on
            GCC 4.3.
            Remove details on how the HP assembler, which we document as not
            working, breaks.
            <hppa*-hp-hpux11>: Note that only the HP linker is supported.

^ permalink raw reply	[flat|nested] 20+ messages in thread

* [Bug target/69374] install.texi is bit-rotten
       [not found] <bug-69374-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2023-12-17  7:14 ` cvs-commit at gcc dot gnu.org
@ 2023-12-18 13:39 ` cvs-commit at gcc dot gnu.org
  2024-04-28 13:03 ` cvs-commit at gcc dot gnu.org
                   ` (14 subsequent siblings)
  19 siblings, 0 replies; 20+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2023-12-18 13:39 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69374

--- Comment #6 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The trunk branch has been updated by Gerald Pfeifer <gerald@gcc.gnu.org>:

https://gcc.gnu.org/g:04538248c3ed202fd938f0ceff65ecce3b1786f3

commit r14-6660-g04538248c3ed202fd938f0ceff65ecce3b1786f3
Author: Gerald Pfeifer <gerald@pfeifer.com>
Date:   Mon Dec 18 21:39:22 2023 +0800

    install: Drop hppa*-hp-hpux10, remove old notes on hppa*-hp-hpux11

    gcc:
            PR target/69374
            * doc/install.texi (Specific) <hppa*-hp-hpux10>: Remove section.
            (Specific) <hppa*-hp-hpux11>: Remove references to GCC 2.95 and
            3.0. Also libffi has been ported now.

^ permalink raw reply	[flat|nested] 20+ messages in thread

* [Bug target/69374] install.texi is bit-rotten
       [not found] <bug-69374-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2023-12-18 13:39 ` cvs-commit at gcc dot gnu.org
@ 2024-04-28 13:03 ` cvs-commit at gcc dot gnu.org
  2024-05-01  9:19 ` cvs-commit at gcc dot gnu.org
                   ` (13 subsequent siblings)
  19 siblings, 0 replies; 20+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2024-04-28 13:03 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69374

--- Comment #7 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The trunk branch has been updated by Gerald Pfeifer <gerald@gcc.gnu.org>:

https://gcc.gnu.org/g:507f3ce34c55e78b23eeaf57bc4d927a1f25f8fb

commit r15-24-g507f3ce34c55e78b23eeaf57bc4d927a1f25f8fb
Author: Gerald Pfeifer <gerald@pfeifer.com>
Date:   Sun Apr 28 14:59:14 2024 +0200

    doc: Remove references to FreeBSD 7 and older

    FreeBSD 7 has been end of life for years and current GCC most likely
    would not build there anymore anyways.

    gcc:
            PR target/69374
            PR target/112959
            * doc/install.texi (Specific) <*-*-freebsd*>: Remove references to
            FreeBSD 7 and older.

^ permalink raw reply	[flat|nested] 20+ messages in thread

* [Bug target/69374] install.texi is bit-rotten
       [not found] <bug-69374-4@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2024-04-28 13:03 ` cvs-commit at gcc dot gnu.org
@ 2024-05-01  9:19 ` cvs-commit at gcc dot gnu.org
  2024-05-01 14:24 ` cvs-commit at gcc dot gnu.org
                   ` (12 subsequent siblings)
  19 siblings, 0 replies; 20+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2024-05-01  9:19 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69374

--- Comment #8 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The trunk branch has been updated by Gerald Pfeifer <gerald@gcc.gnu.org>:

https://gcc.gnu.org/g:81f7965e63028c1289ae3b1836750da74b01bc4a

commit r15-89-g81f7965e63028c1289ae3b1836750da74b01bc4a
Author: Gerald Pfeifer <gerald@pfeifer.com>
Date:   Wed May 1 11:18:19 2024 +0200

    doc: Remove old details on libunwind for ia64-*-hpux*

    gcc:
            PR target/69374
            * doc/install.texi (Specific) <ia64-*-hpux*>: Remove details
            on libunwind for GCC 3.4 and earlier.

^ permalink raw reply	[flat|nested] 20+ messages in thread

* [Bug target/69374] install.texi is bit-rotten
       [not found] <bug-69374-4@http.gcc.gnu.org/bugzilla/>
                   ` (6 preceding siblings ...)
  2024-05-01  9:19 ` cvs-commit at gcc dot gnu.org
@ 2024-05-01 14:24 ` cvs-commit at gcc dot gnu.org
  2024-05-01 22:48 ` cvs-commit at gcc dot gnu.org
                   ` (11 subsequent siblings)
  19 siblings, 0 replies; 20+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2024-05-01 14:24 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69374

--- Comment #9 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The trunk branch has been updated by Gerald Pfeifer <gerald@gcc.gnu.org>:

https://gcc.gnu.org/g:0695aba3e987f4bb06c95f29ff90a8a3234e1507

commit r15-90-g0695aba3e987f4bb06c95f29ff90a8a3234e1507
Author: Gerald Pfeifer <gerald@pfeifer.com>
Date:   Wed May 1 16:23:08 2024 +0200

    doc: FreeBSD no longer has a GNU toolchain in base

    gcc:
            PR target/69374
            PR target/112959
            * doc/install.texi (Specific) <*-*-freebsd*>: No longer refer
            to GCC or binutils in base. Recommend bootstrap using binutils.

^ permalink raw reply	[flat|nested] 20+ messages in thread

* [Bug target/69374] install.texi is bit-rotten
       [not found] <bug-69374-4@http.gcc.gnu.org/bugzilla/>
                   ` (7 preceding siblings ...)
  2024-05-01 14:24 ` cvs-commit at gcc dot gnu.org
@ 2024-05-01 22:48 ` cvs-commit at gcc dot gnu.org
  2024-05-12 13:28 ` cvs-commit at gcc dot gnu.org
                   ` (10 subsequent siblings)
  19 siblings, 0 replies; 20+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2024-05-01 22:48 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69374

--- Comment #10 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The trunk branch has been updated by Gerald Pfeifer <gerald@gcc.gnu.org>:

https://gcc.gnu.org/g:ff98aab108a6a4e50a831e7cfc011c2131f8d19c

commit r15-96-gff98aab108a6a4e50a831e7cfc011c2131f8d19c
Author: Gerald Pfeifer <gerald@pfeifer.com>
Date:   Thu May 2 00:45:52 2024 +0200

    doc: Describe limitations re Ada, D, and Go on FreeBSD

    gcc:
            PR target/69374
            PR target/112959
            * doc/install.texi (Specific) <*-*-freebsd*>: The Ada and D
            run-time libraries are broken on i386 which also can affect
            64-bit builds. Go is broken.

^ permalink raw reply	[flat|nested] 20+ messages in thread

* [Bug target/69374] install.texi is bit-rotten
       [not found] <bug-69374-4@http.gcc.gnu.org/bugzilla/>
                   ` (8 preceding siblings ...)
  2024-05-01 22:48 ` cvs-commit at gcc dot gnu.org
@ 2024-05-12 13:28 ` cvs-commit at gcc dot gnu.org
  2024-05-12 13:28 ` cvs-commit at gcc dot gnu.org
                   ` (9 subsequent siblings)
  19 siblings, 0 replies; 20+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2024-05-12 13:28 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69374

--- Comment #11 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-14 branch has been updated by Gerald Pfeifer
<gerald@gcc.gnu.org>:

https://gcc.gnu.org/g:cf43da54f876c4b965feaa5f499483b5f16ed269

commit r14-10195-gcf43da54f876c4b965feaa5f499483b5f16ed269
Author: Gerald Pfeifer <gerald@pfeifer.com>
Date:   Sun Apr 28 14:59:14 2024 +0200

    doc: Remove references to FreeBSD 7 and older

    FreeBSD 7 has been end of life for years and current GCC most likely
    would not build there anymore anyways.

    gcc:
            PR target/69374
            PR target/112959
            * doc/install.texi (Specific) <*-*-freebsd*>: Remove references to
            FreeBSD 7 and older.

    (cherry picked from commit 507f3ce34c55e78b23eeaf57bc4d927a1f25f8fb)

^ permalink raw reply	[flat|nested] 20+ messages in thread

* [Bug target/69374] install.texi is bit-rotten
       [not found] <bug-69374-4@http.gcc.gnu.org/bugzilla/>
                   ` (9 preceding siblings ...)
  2024-05-12 13:28 ` cvs-commit at gcc dot gnu.org
@ 2024-05-12 13:28 ` cvs-commit at gcc dot gnu.org
  2024-05-12 13:30 ` cvs-commit at gcc dot gnu.org
                   ` (8 subsequent siblings)
  19 siblings, 0 replies; 20+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2024-05-12 13:28 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69374

--- Comment #12 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-14 branch has been updated by Gerald Pfeifer
<gerald@gcc.gnu.org>:

https://gcc.gnu.org/g:7939f8823e20c8faed6ce5ac4614c558344a265f

commit r14-10196-g7939f8823e20c8faed6ce5ac4614c558344a265f
Author: Gerald Pfeifer <gerald@pfeifer.com>
Date:   Sun May 12 15:28:27 2024 +0200

    doc: Remove old details on libunwind for ia64-*-hpux*

    gcc:
            PR target/69374
            * doc/install.texi (Specific) <ia64-*-hpux*>: Remove details
            on libunwind for GCC 3.4 and earlier.

    (cherry picked from commit 81f7965e63028c1289ae3b1836750da74b01bc4a)

^ permalink raw reply	[flat|nested] 20+ messages in thread

* [Bug target/69374] install.texi is bit-rotten
       [not found] <bug-69374-4@http.gcc.gnu.org/bugzilla/>
                   ` (10 preceding siblings ...)
  2024-05-12 13:28 ` cvs-commit at gcc dot gnu.org
@ 2024-05-12 13:30 ` cvs-commit at gcc dot gnu.org
  2024-05-12 13:32 ` cvs-commit at gcc dot gnu.org
                   ` (7 subsequent siblings)
  19 siblings, 0 replies; 20+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2024-05-12 13:30 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69374

--- Comment #13 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-14 branch has been updated by Gerald Pfeifer
<gerald@gcc.gnu.org>:

https://gcc.gnu.org/g:609f9699cd376dbb903d9a6761bdb1165831f796

commit r14-10197-g609f9699cd376dbb903d9a6761bdb1165831f796
Author: Gerald Pfeifer <gerald@pfeifer.com>
Date:   Sun May 12 15:30:18 2024 +0200

    doc: FreeBSD no longer has a GNU toolchain in base

    gcc:
            PR target/69374
            PR target/112959
            * doc/install.texi (Specific) <*-*-freebsd*>: No longer refer
            to GCC or binutils in base. Recommend bootstrap using binutils.

    (cherry picked from commit 0695aba3e987f4bb06c95f29ff90a8a3234e1507)

^ permalink raw reply	[flat|nested] 20+ messages in thread

* [Bug target/69374] install.texi is bit-rotten
       [not found] <bug-69374-4@http.gcc.gnu.org/bugzilla/>
                   ` (11 preceding siblings ...)
  2024-05-12 13:30 ` cvs-commit at gcc dot gnu.org
@ 2024-05-12 13:32 ` cvs-commit at gcc dot gnu.org
  2024-06-05  7:27 ` cvs-commit at gcc dot gnu.org
                   ` (6 subsequent siblings)
  19 siblings, 0 replies; 20+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2024-05-12 13:32 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69374

--- Comment #14 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-14 branch has been updated by Gerald Pfeifer
<gerald@gcc.gnu.org>:

https://gcc.gnu.org/g:80ccc90be4aee9f87f468e04c5b97d6b9583ae7e

commit r14-10198-g80ccc90be4aee9f87f468e04c5b97d6b9583ae7e
Author: Gerald Pfeifer <gerald@pfeifer.com>
Date:   Sun May 12 15:31:33 2024 +0200

    doc: Describe limitations re Ada, D, and Go on FreeBSD

    gcc:
            PR target/69374
            PR target/112959
            * doc/install.texi (Specific) <*-*-freebsd*>: The Ada and D
            run-time libraries are broken on i386 which also can affect
            64-bit builds. Go is broken.

    (cherry picked from commit ff98aab108a6a4e50a831e7cfc011c2131f8d19c)

^ permalink raw reply	[flat|nested] 20+ messages in thread

* [Bug target/69374] install.texi is bit-rotten
       [not found] <bug-69374-4@http.gcc.gnu.org/bugzilla/>
                   ` (12 preceding siblings ...)
  2024-05-12 13:32 ` cvs-commit at gcc dot gnu.org
@ 2024-06-05  7:27 ` cvs-commit at gcc dot gnu.org
  2024-06-11 22:04 ` cvs-commit at gcc dot gnu.org
                   ` (5 subsequent siblings)
  19 siblings, 0 replies; 20+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2024-06-05  7:27 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69374

--- Comment #15 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The trunk branch has been updated by Gerald Pfeifer <gerald@gcc.gnu.org>:

https://gcc.gnu.org/g:993142677e2cf780ef578e1d46309f0042743dd5

commit r15-1029-g993142677e2cf780ef578e1d46309f0042743dd5
Author: Gerald Pfeifer <gerald@pfeifer.com>
Date:   Wed Jun 5 09:26:58 2024 +0200

    doc: Streamline recommendation of GNU awk

    GNU awk 3.1.5 was released in August 2005; no need to specify this in
    the context of "recent version".

    gcc:
            PR other/69374
            * doc/install.texi (Prerequisites): Drop reference to GNU awk
            version 3.1.5. Remove fluff.

^ permalink raw reply	[flat|nested] 20+ messages in thread

* [Bug target/69374] install.texi is bit-rotten
       [not found] <bug-69374-4@http.gcc.gnu.org/bugzilla/>
                   ` (13 preceding siblings ...)
  2024-06-05  7:27 ` cvs-commit at gcc dot gnu.org
@ 2024-06-11 22:04 ` cvs-commit at gcc dot gnu.org
  2024-06-12  6:46 ` cvs-commit at gcc dot gnu.org
                   ` (4 subsequent siblings)
  19 siblings, 0 replies; 20+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2024-06-11 22:04 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69374

--- Comment #16 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The trunk branch has been updated by Gerald Pfeifer <gerald@gcc.gnu.org>:

https://gcc.gnu.org/g:6bc26cceb243c6f359f65a1afa5515f911f3327d

commit r15-1189-g6bc26cceb243c6f359f65a1afa5515f911f3327d
Author: Gerald Pfeifer <gerald@pfeifer.com>
Date:   Wed Jun 12 00:04:09 2024 +0200

    doc: Remove redundant introduction of x86-64

    The same sentence as in the x86_64-*-solaris2* section is in the
    x86_64-*-* section directly above.

    gcc:
            PR target/69374
            * doc/install.texi (Specific) <x86_64-*-solaris2*>: Remove
            redundant introduction of x86-64.

^ permalink raw reply	[flat|nested] 20+ messages in thread

* [Bug target/69374] install.texi is bit-rotten
       [not found] <bug-69374-4@http.gcc.gnu.org/bugzilla/>
                   ` (14 preceding siblings ...)
  2024-06-11 22:04 ` cvs-commit at gcc dot gnu.org
@ 2024-06-12  6:46 ` cvs-commit at gcc dot gnu.org
  2024-06-12  7:01 ` cvs-commit at gcc dot gnu.org
                   ` (3 subsequent siblings)
  19 siblings, 0 replies; 20+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2024-06-12  6:46 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69374

--- Comment #17 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The trunk branch has been updated by Gerald Pfeifer <gerald@gcc.gnu.org>:

https://gcc.gnu.org/g:919e88f7915b57ae3a2152a1947dbfac3fccfe88

commit r15-1197-g919e88f7915b57ae3a2152a1947dbfac3fccfe88
Author: Gerald Pfeifer <gerald@pfeifer.com>
Date:   Wed Jun 12 08:46:20 2024 +0200

    doc: Simplify *-*-linux-gnu dependencies

    Glibc 2.1 was released in 1999, binutils 2.12 in 2002; no need to
    explicitly list them as dependencies any longer.

    gcc:
            PR target/69374
            * doc/install.texi (Specific) <*-*-linux-gnu>: Do not list
            glibc 2.1 and binutils 2.12 as minimum dependencies.

^ permalink raw reply	[flat|nested] 20+ messages in thread

* [Bug target/69374] install.texi is bit-rotten
       [not found] <bug-69374-4@http.gcc.gnu.org/bugzilla/>
                   ` (15 preceding siblings ...)
  2024-06-12  6:46 ` cvs-commit at gcc dot gnu.org
@ 2024-06-12  7:01 ` cvs-commit at gcc dot gnu.org
  2024-06-13  7:50 ` cvs-commit at gcc dot gnu.org
                   ` (2 subsequent siblings)
  19 siblings, 0 replies; 20+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2024-06-12  7:01 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69374

--- Comment #18 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The trunk branch has been updated by Gerald Pfeifer <gerald@gcc.gnu.org>:

https://gcc.gnu.org/g:2d6874ac667e215604ad1521e25eed9d12c98956

commit r15-1199-g2d6874ac667e215604ad1521e25eed9d12c98956
Author: Gerald Pfeifer <gerald@pfeifer.com>
Date:   Wed Jun 12 09:00:40 2024 +0200

    doc: Update Cygwin web link

    gcc:
            PR target/69374
            * doc/install.texi (Specific) <*-*-cygwin>: Update web link.

^ permalink raw reply	[flat|nested] 20+ messages in thread

* [Bug target/69374] install.texi is bit-rotten
       [not found] <bug-69374-4@http.gcc.gnu.org/bugzilla/>
                   ` (16 preceding siblings ...)
  2024-06-12  7:01 ` cvs-commit at gcc dot gnu.org
@ 2024-06-13  7:50 ` cvs-commit at gcc dot gnu.org
  2024-06-14  7:54 ` cvs-commit at gcc dot gnu.org
  2024-06-15  7:45 ` cvs-commit at gcc dot gnu.org
  19 siblings, 0 replies; 20+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2024-06-13  7:50 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69374

--- Comment #19 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The trunk branch has been updated by Gerald Pfeifer <gerald@gcc.gnu.org>:

https://gcc.gnu.org/g:14820327c720dad2ca34eb9fa73c0d9b435b6688

commit r15-1241-g14820327c720dad2ca34eb9fa73c0d9b435b6688
Author: Gerald Pfeifer <gerald@pfeifer.com>
Date:   Thu Jun 13 09:49:29 2024 +0200

    doc: Streamline requirements on the build compiler

    No need to talk about potential implementation bugs in older versions
    than what we require.  And no need to talk about building GCC 3.3 and
    earlier at this point.

    gcc:
            PR other/69374
            * doc/install.texi (Prerequisites): Simplify note on the C++
            compiler required. Drop requirements for versions of GCC prior
            to 3.4. Fix grammar.

^ permalink raw reply	[flat|nested] 20+ messages in thread

* [Bug target/69374] install.texi is bit-rotten
       [not found] <bug-69374-4@http.gcc.gnu.org/bugzilla/>
                   ` (17 preceding siblings ...)
  2024-06-13  7:50 ` cvs-commit at gcc dot gnu.org
@ 2024-06-14  7:54 ` cvs-commit at gcc dot gnu.org
  2024-06-15  7:45 ` cvs-commit at gcc dot gnu.org
  19 siblings, 0 replies; 20+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2024-06-14  7:54 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69374

--- Comment #20 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The trunk branch has been updated by Gerald Pfeifer <gerald@gcc.gnu.org>:

https://gcc.gnu.org/g:35d9b2c0d94d727a0e9be3aa9679a39077c97b1b

commit r15-1326-g35d9b2c0d94d727a0e9be3aa9679a39077c97b1b
Author: Gerald Pfeifer <gerald@pfeifer.com>
Date:   Fri Jun 14 09:52:27 2024 +0200

    doc: Remove reference to Interix

    This apparently was missed when support for Interix was removed in 2016.

    gcc:
            PR target/69374
            * doc/install.texi (Specific): Remove stale reference to Interix.

^ permalink raw reply	[flat|nested] 20+ messages in thread

* [Bug target/69374] install.texi is bit-rotten
       [not found] <bug-69374-4@http.gcc.gnu.org/bugzilla/>
                   ` (18 preceding siblings ...)
  2024-06-14  7:54 ` cvs-commit at gcc dot gnu.org
@ 2024-06-15  7:45 ` cvs-commit at gcc dot gnu.org
  19 siblings, 0 replies; 20+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2024-06-15  7:45 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69374

--- Comment #21 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The trunk branch has been updated by Gerald Pfeifer <gerald@gcc.gnu.org>:

https://gcc.gnu.org/g:57af69d56e72af049444c42bc7216d2737683f08

commit r15-1349-g57af69d56e72af049444c42bc7216d2737683f08
Author: Gerald Pfeifer <gerald@pfeifer.com>
Date:   Sat Jun 15 09:42:20 2024 +0200

    doc: Remove pointer to old versions of binutils

    The oldest release in the advertised location dates back to August 2002,
    which is way older than we remotely want to cover here.

    gcc:
            PR target/69374
            * doc/install.texi (Specific): Remove pointer to old versions
            of binutils.

^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2024-06-15  7:45 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-69374-4@http.gcc.gnu.org/bugzilla/>
2023-11-25 12:31 ` [Bug target/69374] install.texi is bit-rotten cvs-commit at gcc dot gnu.org
2023-11-25 13:10 ` cvs-commit at gcc dot gnu.org
2023-12-17  1:18 ` cvs-commit at gcc dot gnu.org
2023-12-17  7:14 ` cvs-commit at gcc dot gnu.org
2023-12-18 13:39 ` cvs-commit at gcc dot gnu.org
2024-04-28 13:03 ` cvs-commit at gcc dot gnu.org
2024-05-01  9:19 ` cvs-commit at gcc dot gnu.org
2024-05-01 14:24 ` cvs-commit at gcc dot gnu.org
2024-05-01 22:48 ` cvs-commit at gcc dot gnu.org
2024-05-12 13:28 ` cvs-commit at gcc dot gnu.org
2024-05-12 13:28 ` cvs-commit at gcc dot gnu.org
2024-05-12 13:30 ` cvs-commit at gcc dot gnu.org
2024-05-12 13:32 ` cvs-commit at gcc dot gnu.org
2024-06-05  7:27 ` cvs-commit at gcc dot gnu.org
2024-06-11 22:04 ` cvs-commit at gcc dot gnu.org
2024-06-12  6:46 ` cvs-commit at gcc dot gnu.org
2024-06-12  7:01 ` cvs-commit at gcc dot gnu.org
2024-06-13  7:50 ` cvs-commit at gcc dot gnu.org
2024-06-14  7:54 ` cvs-commit at gcc dot gnu.org
2024-06-15  7:45 ` cvs-commit at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).