diff options
author | Tobias Burnus <tobias@codesourcery.com> | 2020-01-30 12:27:17 +0100 |
---|---|---|
committer | Tobias Burnus <tobias@codesourcery.com> | 2020-01-30 12:27:17 +0100 |
commit | 5ab5d81b364ba500b288d9bcc1232ce7953a3b3f (patch) | |
tree | b74a4d964c9cc2368765843308dbb2714bf945d5 /libgomp/ChangeLog | |
parent | b0e9b18ed432c4b7cb9a4b963b65911b4c103cbe (diff) | |
download | gcc-5ab5d81b364ba500b288d9bcc1232ce7953a3b3f.zip gcc-5ab5d81b364ba500b288d9bcc1232ce7953a3b3f.tar.gz gcc-5ab5d81b364ba500b288d9bcc1232ce7953a3b3f.tar.bz2 |
Skip plugin-{gcn,hsa} for (-m)x32 (PR bootstrap/93409)
PR bootstrap/93409
* plugin/configfrag.ac (enable_offload_targets): Skip
HSA and GCN plugin besides -m32 also for -mx32.
* configure: Regenerate.
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r-- | libgomp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 05f948b..0970724 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,10 @@ +2020-01-29 Tobias Burnus <tobias@codesourcery.com> + + PR bootstrap/93409 + * plugin/configfrag.ac (enable_offload_targets): Skip + HSA and GCN plugin besides -m32 also for -mx32. + * configure: Regenerate. + 2020-01-29 Frederik Harwath <frederik@codesourcery.com> * oacc-init.c (name_of_acc_device_t): Handle acc_device_radeon. |