From 9aaf2a7e2c00987677b06bedda07c8b4f1445c70 Mon Sep 17 00:00:00 2001 From: bviyer Date: Tue, 5 Nov 2013 14:43:37 +0000 Subject: Disable libcilkrts when C++ is not used. 2013-11-04 Balaji V. Iyer * configure.ac: Added libcilkrts to noconfig list when C++ is not supported. * configure: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@204396 138bc75d-0d04-0410-961f-82ee72b054a4 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index c95990a..d4a8213 100755 --- a/configure +++ b/configure @@ -6630,7 +6630,7 @@ esac case ,${enable_languages}, in *,c++,*) ;; *) - noconfigdirs="$noconfigdirs target-libitm target-libsanitizer target-libvtv" + noconfigdirs="$noconfigdirs target-libcilkrts target-libitm target-libsanitizer target-libvtv" ;; esac -- cgit v1.1