]> 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>
Fri, 6 Jun 2025 13:46:05 +0000 (15:46 +0200)
commita69ab79c1abaa43f827a6ce1dacdcd78cf682cc8
treebc2e3018ec52e01f2840d9b4ac52482a4da14633
parente75e42f315e1e8bb4befee8ed242bd241c182091
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.

(cherry picked from commit 61a6430cf663e3c980c2ee966f094fea7d99f8e7)
gcc/config.gcc
gcc/doc/install.texi