summaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2005-12-29 16:53:47 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2005-12-29 16:53:47 +0000
commitf00680eb595f9601ff3d2a9c23846afaa60b2389 (patch)
tree022ef814f2b03011814e994ec5e80f431a0aea1f /applets
parent0bf67e849a8846bd5207b7f17b186ddba931c7fa (diff)
downloadbusybox-w32-f00680eb595f9601ff3d2a9c23846afaa60b2389.tar.gz
busybox-w32-f00680eb595f9601ff3d2a9c23846afaa60b2389.tar.bz2
busybox-w32-f00680eb595f9601ff3d2a9c23846afaa60b2389.zip
- use HOSTCC instead of a hardcoded cc
Diffstat (limited to 'applets')
-rwxr-xr-xapplets/busybox.mkll2
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/busybox.mkll b/applets/busybox.mkll
index b30ac8d92..2ad23f959 100755
--- a/applets/busybox.mkll
+++ b/applets/busybox.mkll
@@ -12,7 +12,7 @@ export LC_CTYPE=POSIX
12 12
13CONFIG_H=${1:-include/bb_config.h} 13CONFIG_H=${1:-include/bb_config.h}
14APPLETS_H=${2:-include/applets.h} 14APPLETS_H=${2:-include/applets.h}
15gcc -E -DMAKE_LINKS -include $CONFIG_H $APPLETS_H | 15$HOSTCC -E -DMAKE_LINKS -include $CONFIG_H $APPLETS_H |
16 awk '/^[ \t]*LINK/{ 16 awk '/^[ \t]*LINK/{
17 dir=substr($2,8) 17 dir=substr($2,8)
18 gsub("_","/",dir) 18 gsub("_","/",dir)