- need to pass the PATH down to the gcc-version check to be able to find the correct cc.
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Mon, 25 Jun 2007 10:41:01 +0000 (10:41 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Mon, 25 Jun 2007 10:41:01 +0000 (10:41 -0000)
commit1399282b47bb218132a554cbe5b2b0ce4dcc055f
tree79cde5f43bcc02cb6247c8fbc360603b979c9bfe
parent88308fec804a0e1df644c3ef99d339a2e653c0f3
- need to pass the PATH down to the gcc-version check to be able to find the correct cc.
  Fixes make PATH="$CROSS_BIN:$PATH" CROSS_COMPILE=foo- like invocations that previously failed to resolve since the information about the path set by the user was lost.
scripts/Kbuild.include