No need to expand the host cc every time.

This commit is contained in:
Yann E. MORIN" 2007-07-22 16:36:20 +00:00
parent b984db5ffc
commit 787be08150

View File

@ -23,7 +23,7 @@ export CT_RESTART=$(RESTART)
PHONY += all
all: help
HOST_CC = gcc -funsigned-char
HOST_CC := gcc -funsigned-char
# Help system
help:: help-head help-config help-samples help-build help-clean help-distrib help-env help-tail