On Thu, Mar 02, 2023 at 10:22:51PM -0000, Stuart Henderson wrote: > On 2023-03-02, Stanislav Syekirin > <stanislav.syeki...@studium.fernuni-hagen.de> wrote: > > Hi all, > > > > is the man page for gcc-local > > (https://man.openbsd.org/OpenBSD-7.2/gcc-local) up to date? It > > mentions, for example, i386, but OpenBSD 7.2 on i386 doesn't seem to > > include gcc. Also, the link to gcc(1) at the bottom of the man page is > > dead. > > Architectures which fully switched to clang as the base compiler don't > build the OpenBSD version of gcc any more. (They do have a newer gcc in > ports, in general those try to be in sync with changes to base gcc too - > for example PIE by default). > > Archs which still use gcc in base do have the gcc(1) manual, e.g. sparc64 > >
i don;t think we should be installing gcc-local(1) on any archs where gcc isnt happening: $ uname -a OpenBSD manila.kerhand.co.uk 7.2 GENERIC.MP#22 amd64 $ man gcc man: No entry for gcc in the manual. jmc