Commit 34dc17ed by Jack Howarth Committed by Mike Stump

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
parent 0c5c0b4c
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> 2013-01-23 Kostya Serebryany <kcc@google.com>
PR sanitizer/55989 PR sanitizer/55989
......
...@@ -29,7 +29,7 @@ case "${target}" in ...@@ -29,7 +29,7 @@ case "${target}" in
;; ;;
sparc*-*-linux*) sparc*-*-linux*)
;; ;;
x86_64-*-darwin* | i?86-*-darwin*) x86_64-*-darwin[1]* | i?86-*-darwin[1]*)
TSAN_SUPPORTED=no TSAN_SUPPORTED=no
;; ;;
*) *)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment