aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorbviyer <bviyer@138bc75d-0d04-0410-961f-82ee72b054a4>2013-10-29 18:37:47 +0000
committerTom Tromey <tromey@redhat.com>2013-11-08 11:11:41 -0700
commit522e3d71c8fc8ba78ee45fc3ae7e8aebcdc90526 (patch)
tree054779f381f2c2f59502a60b003451e0e03d5edb /configure
parent689a1abf0dba1f5353039a5625411c6c41098d3a (diff)
downloadgdb-522e3d71c8fc8ba78ee45fc3ae7e8aebcdc90526.zip
gdb-522e3d71c8fc8ba78ee45fc3ae7e8aebcdc90526.tar.gz
gdb-522e3d71c8fc8ba78ee45fc3ae7e8aebcdc90526.tar.bz2
Added Cilk runtime library (libcilkrts) into GCC.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@204173 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure20
1 files changed, 20 insertions, 0 deletions
diff --git a/configure b/configure
index 7bc49f7..c95990a 100755
--- a/configure
+++ b/configure
@@ -2772,6 +2772,7 @@ target_libraries="target-libgcc \
target-libgloss \
target-newlib \
target-libgomp \
+ target-libcilkrts \
target-libatomic \
target-libitm \
target-libstdc++-v3 \
@@ -3164,6 +3165,25 @@ $as_echo "yes" >&6; }
fi
fi
+# Disable libcilkrts on unsupported systems.
+if test -d ${srcdir}/libcilkrts; then
+ if test x$enable_libcilkrts = x; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libcilkrts support" >&5
+$as_echo_n "checking for libcilkrts support... " >&6; }
+ if (srcdir=${srcdir}/libcilkrts; \
+ . ${srcdir}/configure.tgt; \
+ test -n "$UNSUPPORTED")
+ then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+ noconfigdirs="$noconfigdirs target-libcilkrts"
+ else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+ fi
+ fi
+fi
+
# Disable libitm on unsupported systems.
if test -d ${srcdir}/libitm; then
if test x$enable_libitm = x; then