Re: Perl build uses 'cc' and maybe 'gcc' directly.

2002-04-02 Thread Mark Murray
> Any chance of getting the Perl build to properly use ${CC} rather than > hard coding 'cc'? Also a "find . -type f | xargs grep gcc" shows that > GCC may be called directly also. OK - I'll look at that. > This is a problem for cross builds, and using alternate versions of of > the compiler (sa

Perl build uses 'cc' and maybe 'gcc' directly.

2002-04-01 Thread David O'Brien
Any chance of getting the Perl build to properly use ${CC} rather than hard coding 'cc'? Also a "find . -type f | xargs grep gcc" shows that GCC may be called directly also. This is a problem for cross builds, and using alternate versions of of the compiler (say gcc31 for testing). -- -- David