Changeset 604531a in freewrt


Ignore:
Timestamp:
Mar 16, 2007, 11:56:47 PM (19 years ago)
Author:
Thorsten Glaser <tg@…>
Children:
b6cb637
Parents:
3a535ffc
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

git-svn-id: svn://www.freewrt.org/trunk/freewrt@2182 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r3a535ffc r604531a  
    131131        else \
    132132                ( echo "#!$$(lbin/which bash)"; \
     133                  echo "export PATH=$$PATH"; \
    133134                  echo "exec $$cc" '"$$@"' ) >lbin/gcc; \
    134135                chmod 555 lbin/gcc; \
Note: See TracChangeset for help on using the changeset viewer.