config/cc/gcc.in.2
changeset 2145 efea409ff8be
parent 2144 80f088eb0608
child 2146 3b812ba8d001
     1.1 --- a/config/cc/gcc.in.2	Fri Oct 08 23:53:41 2010 +0200
     1.2 +++ b/config/cc/gcc.in.2	Fri Oct 08 23:58:58 2010 +0200
     1.3 @@ -62,6 +62,18 @@
     1.4        alternatives (eg. DUMA, dmalloc...) that need neither re-
     1.5        compilation nor re-link.
     1.6  
     1.7 +config CC_GCC_LIBGOMP
     1.8 +    bool
     1.9 +    prompt "Compile libgomp"
    1.10 +    default n
    1.11 +    help
    1.12 +      libgomp is "the GNU implementation of the OpenMP Application Programming
    1.13 +      Interface (API) for multi-platform shared-memory parallel programming in
    1.14 +      C/C++ and Fortran". See:
    1.15 +        http://gcc.gnu.org/onlinedocs/libgomp/
    1.16 +      
    1.17 +      The default is 'N'. Say 'Y' if you need it, and report success/failure.
    1.18 +
    1.19  #-----------------------------------------------------------------------------
    1.20  
    1.21  comment "Misc. obscure options."