On Fri, Apr 16, 2021 at 10:11:33PM +0000, Purple Rain wrote: > Hi GNU friends! > > I attached a patch for config.sub and info of my OS. > > uname -m = amd64 > uname -r = 1.0 > uname -s = SecBSD > uname -v = GENERIC.MP#1 > > /usr/bin/uname -p = amd64 > /bin/uname -X = > > hostinfo = > /bin/universe = > /usr/bin/arch -k = SecBSD.amd64 > /bin/arch = > /usr/bin/oslevel = > /usr/convex/getsysinfo = > > UNAME_MACHINE = amd64 > UNAME_RELEASE = 1.0 > UNAME_SYSTEM = SecBSD > UNAME_VERSION = GENERIC.MP#1
> --- config.sub Fri Apr 16 21:58:17 2021 > +++ config.sub.patched Fri Apr 16 21:59:25 2021 > @@ -2,7 +2,7 @@ > # Configuration validation subroutine script. > # Copyright 1992-2021 Free Software Foundation, Inc. > > -timestamp='2021-03-10' > +timestamp='2021-04-16' > > # This file is free software; you can redistribute it and/or modify it > # under the terms of the GNU General Public License as published by > @@ -1707,7 +1707,7 @@ > | nindy* | vxsim* | vxworks* | ebmon* | hms* | mvs* \ > | clix* | riscos* | uniplus* | iris* | isc* | rtu* | xenix* \ > | mirbsd* | netbsd* | dicos* | openedition* | ose* \ > - | bitrig* | openbsd* | solidbsd* | libertybsd* | os108* \ > + | bitrig* | openbsd* | secbsd* | solidbsd* | libertybsd* | os108* \ > | ekkobsd* | freebsd* | riscix* | lynxos* | os400* \ > | bosx* | nextstep* | cxux* | aout* | elf* | oabi* \ > | ptx* | coff* | ecoff* | winnt* | domain* | vsta* \ Applied, thanks. -- ldv