diff -r 80f088eb0608 -r efea409ff8be config/cc/gcc.in.2 --- a/config/cc/gcc.in.2 Fri Oct 08 23:53:41 2010 +0200 +++ b/config/cc/gcc.in.2 Fri Oct 08 23:58:58 2010 +0200 @@ -62,6 +62,18 @@ 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."