svn commit: trunk/busybox/applets

aldot at busybox.net aldot at busybox.net
Thu Dec 29 16:53:49 UTC 2005


Author: aldot
Date: 2005-12-29 08:53:47 -0800 (Thu, 29 Dec 2005)
New Revision: 13015

Log:
- use HOSTCC instead of a hardcoded cc


Modified:
   trunk/busybox/applets/busybox.mkll


Changeset:
Modified: trunk/busybox/applets/busybox.mkll
===================================================================
--- trunk/busybox/applets/busybox.mkll	2005-12-29 14:59:15 UTC (rev 13014)
+++ trunk/busybox/applets/busybox.mkll	2005-12-29 16:53:47 UTC (rev 13015)
@@ -12,7 +12,7 @@
 
 CONFIG_H=${1:-include/bb_config.h}
 APPLETS_H=${2:-include/applets.h}
-gcc -E -DMAKE_LINKS -include $CONFIG_H $APPLETS_H |
+$HOSTCC -E -DMAKE_LINKS -include $CONFIG_H $APPLETS_H |
   awk '/^[ \t]*LINK/{
 	dir=substr($2,8)
 	gsub("_","/",dir)




More information about the busybox-cvs mailing list