]> git.ipfire.org Git - thirdparty/gcc.git/commit
For -foffload= suggest also 'disable' and 'default' [PR103644]
authorTobias Burnus <tobias@codesourcery.com>
Thu, 16 Dec 2021 10:19:37 +0000 (11:19 +0100)
committerTobias Burnus <tobias@codesourcery.com>
Thu, 16 Dec 2021 10:19:37 +0000 (11:19 +0100)
commit2c1ac0bf3d44e4ca6e32533d8b498c7d1dbd2425
tree1bdd69d8fdc57aeb3f9c57496612c775d17eed15
parentab18659afc054434cef4d4757a3519f1100adc52
For -foffload= suggest also 'disable' and 'default' [PR103644]

gcc/ChangeLog:

PR driver/103644
* gcc.c (check_offload_target_name): Add 'default' and 'disable'
to the candidate list.
gcc/gcc.c