Changeset 2182

Show
Ignore:
Timestamp:
03/16/07 23:56:47 (2 years ago)
Author:
tg
Message:

by request of markus@ use the “old” $PATH when calling the “real” ${CC},
one without ${TOPDIR}/lbin in it, so that the commonly used, broken, idiom
of 'CC="ccache gcc"' can be supported (untested)

to use this: make prereq

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/Makefile

    r2169 r2182  
    131131        else \ 
    132132                ( echo "#!$$(lbin/which bash)"; \ 
     133                  echo "export PATH=$$PATH"; \ 
    133134                  echo "exec $$cc" '"$$@"' ) >lbin/gcc; \ 
    134135                chmod 555 lbin/gcc; \