Jack Howarth <howa...@bromo.med.uc.edu> writes: > Index: libsanitizer/configure.tgt > =================================================================== > --- libsanitizer/configure.tgt (revision 193500) > +++ libsanitizer/configure.tgt (working copy) > @@ -20,7 +20,7 @@ > > # Filter out unsupported systems. > case "${target}" in > - x86_64-*-linux* | i?86-*-linux*) > + x86_64-*-linux* | i?86-*-linux* | *-*-darwin* ) > ;; > *) > UNSUPPORTED=1
Please no: keep the case labels sorted alphabetically by target, something like case i?86-*-linux* | x86_64-*-linux*) ;; case *-*-darwin*) ;; Although I suppose this is wrong: currently, libsanitizer only supports x86, not powerpc. Rainer -- ----------------------------------------------------------------------------- Rainer Orth, Center for Biotechnology, Bielefeld University