In perl.git, the branch smoke-me/linux-gcc has been created
<http://perl5.git.perl.org/perl.git/commitdiff/3d5865960438e644233758a4a8f31ac0cefe63e1?hp=0000000000000000000000000000000000000000>
at 3d5865960438e644233758a4a8f31ac0cefe63e1 (commit)
- Log -----------------------------------------------------------------
commit 3d5865960438e644233758a4a8f31ac0cefe63e1
Author: Nicholas Clark <[email protected]>
Date: Wed Jun 15 16:24:43 2011 +0100
Prefer the system gcc when searching for libraries such as -lm
40f026236b9959b7 added code to the Linux hints file to use gcc to locate
libraries such as -lm. However, if the user has their own gcc earlier in
$PATH
than the system gcc, we don't want its libraries. So try to prefer the
system
gcc.
-----------------------------------------------------------------------
--
Perl5 Master Repository