# HG changeset patch # User "Yann E. MORIN" # Date 1185122180 0 # Node ID 23ae4aebb94cc98930c329431b84008a138da072 # Parent defda3b376bfe1e8f15712f13b5b0bea9a8691d2 No need to expand the host cc every time. diff -r defda3b376bf -r 23ae4aebb94c ct-ng.in --- a/ct-ng.in Sun Jul 22 16:32:24 2007 +0000 +++ b/ct-ng.in Sun Jul 22 16:36:20 2007 +0000 @@ -23,7 +23,7 @@ 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