]> gcc.gnu.org Git - gcc.git/commitdiff
(frags): Add fragments for Solaris defining macro specifying thread library to...
authorUlrich Drepper <drepper@gcc.gnu.org>
Thu, 4 Feb 1999 15:52:08 +0000 (15:52 +0000)
committerUlrich Drepper <drepper@gcc.gnu.org>
Thu, 4 Feb 1999 15:52:08 +0000 (15:52 +0000)
(frags): Add fragments for Solaris defining macro specifying thread
library to be used and generic POSIX thread libraries.

From-SVN: r25029

libstdc++/configure.in

index 9f0f0a2f3dac3b8cbfe14bfdf6b163959c4d746f..c1378b87c233c729b36039060a8e87d8515214ae 100644 (file)
@@ -77,6 +77,15 @@ case "${target}" in
   powerpc*-*-linux-gnulibc1)   frags="${frags} linux.mt" ;;
   *-*-linux-gnu)               frags="${frags} linux.mt" ;;
   m68k-motorola-sysv)          frags="${frags} delta.mt" ;;
+  *-*-solaris*)
+    case "x${enable_threads}" in
+      xposix)                  frags="${frags} sol2pth.mt" ;;
+      xsolaris)                        frags="${frags} sol2solth.mt" ;;
+    esac ;;
+  *)
+    case "x${enable_threads}" in
+      xposix)                  frags="${frags} posix.mt" ;;
+    esac ;;
 esac
 
 for frag in ${frags}; do
This page took 0.059928 seconds and 5 git commands to generate.