Prefer the system gcc when searching for libraries such as -lm
authorNicholas Clark <nick@ccl4.org>
Wed, 15 Jun 2011 15:24:43 +0000 (16:24 +0100)
committerNicholas Clark <nick@ccl4.org>
Sat, 18 Jun 2011 09:06:45 +0000 (11:06 +0200)
commitdcffd848632af2c7eabc52ed591fab35f1e73a7f
tree4b0375c167e17c5b22235a8a4ff31e1cb264d556
parent65374be2e8e6c26ff16c4a32dff08466fba36bc6
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.
hints/linux.sh