aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/configure.ac
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2018-02-15 20:56:41 +0000
committerJonathan Wakely <redi@gcc.gnu.org>2018-02-15 20:56:41 +0000
commit51f174c0efe187d46102bf8010d6096cada1a0cb (patch)
treecc3f0d36eb5c12c3851b19bcbb9348ad94b28de4 /libstdc++-v3/configure.ac
parent117ad0be08050242d0235b586dc431038f04dcf0 (diff)
downloadgcc-51f174c0efe187d46102bf8010d6096cada1a0cb.zip
gcc-51f174c0efe187d46102bf8010d6096cada1a0cb.tar.gz
gcc-51f174c0efe187d46102bf8010d6096cada1a0cb.tar.bz2
PR libstdc++/81797 Add .NOTPARALLEL to include/Makefile for darwin
PR libstdc++/81797 * configure.ac (INCLUDE_DIR_NOTPARALLEL): Define. * configure: Regenerate. * include/Makefile.am (INCLUDE_DIR_NOTPARALLEL): Add .NOTPARALLEL when defined. * include/Makefile.in: Regenerate. From-SVN: r257710
Diffstat (limited to 'libstdc++-v3/configure.ac')
-rw-r--r--libstdc++-v3/configure.ac6
1 files changed, 6 insertions, 0 deletions
diff --git a/libstdc++-v3/configure.ac b/libstdc++-v3/configure.ac
index e110f57..0ef9627 100644
--- a/libstdc++-v3/configure.ac
+++ b/libstdc++-v3/configure.ac
@@ -473,6 +473,12 @@ AM_CONDITIONAL(BUILD_PDF,
test $ac_cv_prog_DBLATEX = "yes" &&
test $ac_cv_prog_PDFLATEX = "yes")
+case "$build" in
+ *-*-darwin* ) glibcxx_include_dir_notparallel=yes ;;
+ * ) glibcxx_include_dir_notparallel=no ;;
+esac
+AM_CONDITIONAL(INCLUDE_DIR_NOTPARALLEL,
+ test $glibcxx_include_dir_notparallel = "yes")
# Propagate the target-specific source directories through the build chain.
ATOMICITY_SRCDIR=config/${atomicity_dir}