configure.tgt: Disable build on darwin9 and earlier.

2013-02-11  Jack Howarth  <howarth@bromo.med.uc.edu>

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

From-SVN: r195958
This commit is contained in:
Jack Howarth 2013-02-11 23:13:37 +00:00 committed by Mike Stump
parent 0c5c0b4cd5
commit 34dc17ed31
2 changed files with 5 additions and 1 deletions

View 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

View 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
;;
*)