Changeset 109

Show
Ignore:
Timestamp:
06/18/06 20:05:47 (6 years ago)
Author:
tg
Message:

this is so horrifyingly cheap I cannot believe I'm committing this...

the lunox kernel makefiles are so unbelievably broken that
we cannot override $(HOSTCC) from gcc *EVEN IF SET* on the
gmake command line, so symlink $(HOSTCC) to lbin/gcc - for
now...

suggested by wbx@

Files:

Legend:

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

    r104 r109  
    132132            >>lbin/prereq.mk 
    133133        @env NO_ERROR=${NO_ERROR} bash scripts/scan-tools.sh 
     134        @ln -s $$(which ${CC}) lbin/gcc 
    134135        @echo '===> Prerequisites checked successfully.' 
    135136        @touch $@