changeset 484:4099d3026e56

Set HOSTCC only if it isn't already set as an environment variable.
author Rob Landley <rob@landley.net>
date Sun, 19 Feb 2012 22:21:45 -0600
parents 26db0cd433f3
children d5d51fd18679
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Sun Feb 19 17:37:49 2012 -0600
+++ b/Makefile	Sun Feb 19 22:21:45 2012 -0600
@@ -15,7 +15,7 @@
 generated/Config.in: toys/*.c scripts/genconfig.sh
 	scripts/genconfig.sh
 
-HOSTCC:=cc
+HOSTCC?=cc
 
 # Development targets
 baseline: toybox_unstripped