diff options
author | Alexander Monakov <amonakov@ispras.ru> | 2016-11-30 21:08:30 +0300 |
---|---|---|
committer | Alexander Monakov <amonakov@gcc.gnu.org> | 2016-11-30 21:08:30 +0300 |
commit | 9e38af5c5521d07a914a03175bf7b7f5d88d3c89 (patch) | |
tree | c5a2737c29a2282ad9665f202a1374c48bced574 /libgomp/ChangeLog | |
parent | f96b7f1f47e7dccf7f1da0cab913efb3fe855db8 (diff) | |
download | gcc-9e38af5c5521d07a914a03175bf7b7f5d88d3c89.tar.gz |
libgomp: introduce LIBGOMP_OFFLOADED_ONLY macro
* configure.ac [nvptx*-*-*] (libgomp_offloaded_only): Set and use it...
(LIBGOMP_OFFLOADED_ONLY): ...here; new define.
* configure: Regenerate.
* config.h.in: Likewise.
From-SVN: r243040
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 636226c53df..1fafab8682f 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,5 +1,12 @@ 2016-11-30 Alexander Monakov <amonakov@ispras.ru> + * configure.ac [nvptx*-*-*] (libgomp_offloaded_only): Set and use it... + (LIBGOMP_OFFLOADED_ONLY): ...here; new define. + * configure: Regenerate. + * config.h.in: Likewise. + +2016-11-30 Alexander Monakov <amonakov@ispras.ru> + * Makefile.in: Regenerate with automake-1.11.6. * aclocal.m4: Likewise. * configure: Likewise. |