From cfd2a6b69c4945808ae153552e6978afb1273ef7 Mon Sep 17 00:00:00 2001 From: Bryan Hundven Date: Sun, 29 Nov 2015 17:40:08 -0800 Subject: gcc: Gnu OpenMP support depends on threading Instead of checking if thread support is enabled during the build, move the check to kconfig-time. Since if threading support is not availble, libgomp should not be available either. Signed-off-by: Bryan Hundven --- scripts/build/cc/100-gcc.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts/build') diff --git a/scripts/build/cc/100-gcc.sh b/scripts/build/cc/100-gcc.sh index d943ebc2..359bb157 100644 --- a/scripts/build/cc/100-gcc.sh +++ b/scripts/build/cc/100-gcc.sh @@ -816,7 +816,6 @@ do_gcc_backend() { if [ "${CT_THREADS}" = "none" ]; then extra_config+=("--disable-threads") - extra_config+=("--disable-libgomp") else if [ "${CT_THREADS}" = "win32" ]; then extra_config+=("--enable-threads=win32") -- cgit v1.2.3