p5-Compiler-CodeGenerator-LLVM icon indicating copy to clipboard operation
p5-Compiler-CodeGenerator-LLVM copied to clipboard

I want to use other g++ in "make test"

Open yuki-kimoto opened this issue 12 years ago • 0 comments

I use CentOS5. I install new version g++ as g++44 to compile llvm.

Tests is succeed if i change the following part in Makefile.PL.

makemaker_args->{CC} = 'g++44';
makemaker_args->{LD} = 'g++44';

Can you change this part to select CC and LD by user?

yuki-kimoto avatar Dec 01 '13 06:12 yuki-kimoto