From 8922def6b4acf6a6adb77770ef55b164278aea77 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Fri, 8 Oct 2010 23:58:58 +0200 Subject: cc/gcc: add an option to enable/disable build of libgomp libgomp is the GNU implementation of the OpenMP API. It can be usefull to have or miss, depends... Signed-off-by: "Yann E. MORIN" --- config/cc/gcc.in.2 | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'config/cc') diff --git a/config/cc/gcc.in.2 b/config/cc/gcc.in.2 index ee1034a4..00e53921 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." -- cgit v1.2.3