]> git.ipfire.org Git - thirdparty/gcc.git/commit
gcn: Update --with-arch= for newer archs
authorTobias Burnus <tburnus@baylibre.com>
Thu, 5 Jun 2025 08:36:21 +0000 (10:36 +0200)
committerTobias Burnus <tburnus@baylibre.com>
Thu, 5 Jun 2025 08:36:21 +0000 (10:36 +0200)
commit61a6430cf663e3c980c2ee966f094fea7d99f8e7
tree497d2bbd96888905948fd9624d4c53d82eb77559
parentabc2efc4fba94bc4043031dc891d45ba9ad10919
gcn: Update --with-arch= for newer archs

Replace hard-coded list of supported devices by directly checking
config/gcn/gcn-devices.def.

gcc/ChangeLog:

* config.gcc (--with-{arch,tune}): Use .def file to validate gcn
processor names.
* doc/install.texi (amdgcn*-*-*): Update list of devices supported
by --with-arch/--with-tune.
gcc/config.gcc
gcc/doc/install.texi