]> gcc.gnu.org Git - gcc.git/commitdiff
configure.tgt: Disable build on darwin9 and earlier.
authorJack Howarth <howarth@bromo.med.uc.edu>
Mon, 11 Feb 2013 23:13:37 +0000 (23:13 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Mon, 11 Feb 2013 23:13:37 +0000 (23:13 +0000)
2013-02-11  Jack Howarth  <howarth@bromo.med.uc.edu>

    * configure.tgt: Disable build on darwin9 and earlier.

From-SVN: r195958

libsanitizer/ChangeLog
libsanitizer/configure.tgt

index e52cbea54393ea71d618c6b28b39ac135ce67d54..891ba01306f6cf96a2b7a3265dad6f80ec09575f 100644 (file)
@@ -1,3 +1,7 @@
+2013-02-11  Jack Howarth  <howarth@bromo.med.uc.edu>
+
+       * configure.tgt: Disable build on darwin9 and earlier.
+
 2013-01-23  Kostya Serebryany  <kcc@google.com>
 
         PR sanitizer/55989
index b8ab311cb4ae969bfd0125393dc5fe68a6906ade..265da01a13c96179f8cf51eb0d1d14d12192bce5 100644 (file)
@@ -29,7 +29,7 @@ case "${target}" in
        ;;
   sparc*-*-linux*)
        ;;
-  x86_64-*-darwin* | i?86-*-darwin*)
+  x86_64-*-darwin[1]* | i?86-*-darwin[1]*)
        TSAN_SUPPORTED=no
        ;;
   *)
This page took 0.059181 seconds and 5 git commands to generate.