]> git.ipfire.org Git - thirdparty/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:06:01 +0000 (16:06 +0200)
commite9019085e17554c209ca8531022f116b2d7f94fe
tree68c359083dc7834f58ec7a049af5224c1da039d5
parent4d94582e0dcbf5fed9d61213715bfff877bf5ecf
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.
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