summaryrefslogtreecommitdiff
path: root/config/cc/gcc.in.2
diff options
context:
space:
mode:
Diffstat (limited to 'config/cc/gcc.in.2')
-rw-r--r--config/cc/gcc.in.212
1 files changed, 12 insertions, 0 deletions
diff --git a/config/cc/gcc.in.2 b/config/cc/gcc.in.2
index ee1034a..00e5392 100644
--- a/config/cc/gcc.in.2
+++ b/config/cc/gcc.in.2
@@ -62,6 +62,18 @@ config CC_GCC_LIBMUDFLAP
alternatives (eg. DUMA, dmalloc...) that need neither re-
compilation nor re-link.
+config CC_GCC_LIBGOMP
+ bool
+ prompt "Compile libgomp"
+ default n
+ help
+ libgomp is "the GNU implementation of the OpenMP Application Programming
+ Interface (API) for multi-platform shared-memory parallel programming in
+ C/C++ and Fortran". See:
+ http://gcc.gnu.org/onlinedocs/libgomp/
+
+ The default is 'N'. Say 'Y' if you need it, and report success/failure.
+
#-----------------------------------------------------------------------------
comment "Misc. obscure options."