No need to expand the host cc every time.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Jul 22 16:36:20 2007 +0000 (2007-07-22)
changeset 28423ae4aebb94c
parent 283 defda3b376bf
child 285 148f0a31e2d8
No need to expand the host cc every time.
ct-ng.in
     1.1 --- a/ct-ng.in	Sun Jul 22 16:32:24 2007 +0000
     1.2 +++ b/ct-ng.in	Sun Jul 22 16:36:20 2007 +0000
     1.3 @@ -23,7 +23,7 @@
     1.4  PHONY += all
     1.5  all: help
     1.6  
     1.7 -HOST_CC = gcc -funsigned-char
     1.8 +HOST_CC := gcc -funsigned-char
     1.9  
    1.10  # Help system
    1.11  help:: help-head help-config help-samples help-build help-clean help-distrib help-env help-tail