Sorry, my bad, missed the "$" sign.
On Wed, Oct 1, 2014 at 2:03 PM, Yuri Gribov <[email protected]> wrote: > On Wed, Oct 1, 2014 at 1:56 PM, 'Evgeniy Stepanov' via > address-sanitizer <[email protected]> wrote: >>> CLANGXX=${CLANGXX:-$(echo $CLANG | sed -e 's/gcc$/g++/')} >> What if there is more than one "gcc" in the compiler path? > > Sorry, don't understand... I'm just replacing trailing gcc with g++ so > e.g. path/to/my/cross-gcc becomes path/to/my/cross-g++. > > -Y > > -- > You received this message because you are subscribed to the Google Groups > "address-sanitizer" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "address-sanitizer" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
