summaryrefslogtreecommitdiff
path: root/gcc/config.in
diff options
context:
space:
mode:
authortschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4>2015-09-23 14:52:50 +0000
committertschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4>2015-09-23 14:52:50 +0000
commitdaa8f58fd840e8d35f362306fb54e1963f4cbd0f (patch)
treee56994358815ca037270fe39c1df903fc8423e3f /gcc/config.in
parentdf67b98cfa2f5943ddc469380abf4f3821f0f6af (diff)
downloadgcc-daa8f58fd840e8d35f362306fb54e1963f4cbd0f.tar.gz
Fix --enable-offload-targets/-foffload handling, pt. 1
gcc/ * configure.ac (offload_targets, OFFLOAD_TARGETS): Separate offload targets by commas, not colons. * config.in: Regenerate. * configure: Likewise. * gcc.c (driver::maybe_putenv_COLLECT_LTO_WRAPPER): Due to that, instead of setting up the default offload targets here... (process_command): ..., do it here. libgomp/ * plugin/configfrag.ac (OFFLOAD_TARGETS): Clarify that offload targets are separated by commas. * config.h.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@228053 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r--gcc/config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.in b/gcc/config.in
index 431d26218d1..c5c1be4e488 100644
--- a/gcc/config.in
+++ b/gcc/config.in
@@ -1913,7 +1913,7 @@
#endif
-/* Define to hold the list of target names suitable for offloading. */
+/* Define to offload targets, separated by commas. */
#ifndef USED_FOR_TARGET
#undef OFFLOAD_TARGETS
#endif