]> git.ipfire.org Git - people/ms/gcc.git/commit
nvptx: Allow '--with-arch' to override the default '-misa'
authorThomas Schwinge <thomas@codesourcery.com>
Sat, 11 Jun 2022 17:37:10 +0000 (19:37 +0200)
committerThomas Schwinge <thomas@codesourcery.com>
Mon, 26 Sep 2022 14:19:56 +0000 (16:19 +0200)
commit8cf4c2316cb6a4082bf24fcc3003124e4b0a05c3
treef096a854b0164ed2d327fb0b399ba8a968ccf0cf
parent74ddd1ec9d8d7b91790962faed0a5e23b5d1bbcb
nvptx: Allow '--with-arch' to override the default '-misa'

gcc/
* config.gcc (with_arch) [nvptx]: Allow '--with-arch' to override
the default.
* config/nvptx/gen-multilib-matches.sh: New.
* config/nvptx/t-nvptx (MULTILIB_OPTIONS, MULTILIB_MATCHES)
(MULTILIB_EXCEPTIONS): Handle this.
* doc/install.texi (Specific) <nvptx-*-none>: Document this.
* doc/invoke.texi (Nvidia PTX Options): Likewise.

(cherry picked from commit e9019085e17554c209ca8531022f116b2d7f94fe)
gcc/ChangeLog.omp
gcc/config.gcc
gcc/config/nvptx/gen-multilib-matches.sh [new file with mode: 0755]
gcc/config/nvptx/t-nvptx
gcc/doc/install.texi
gcc/doc/invoke.texi