diff options
author | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-12-29 16:53:47 +0000 |
---|---|---|
committer | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-12-29 16:53:47 +0000 |
commit | fca7efb75404be635731e766bf7015ccfc8a2e2f (patch) | |
tree | 022ef814f2b03011814e994ec5e80f431a0aea1f | |
parent | 49a8ad0e68d209b7c481211508db13d65a7cd30e (diff) | |
download | busybox-w32-fca7efb75404be635731e766bf7015ccfc8a2e2f.tar.gz busybox-w32-fca7efb75404be635731e766bf7015ccfc8a2e2f.tar.bz2 busybox-w32-fca7efb75404be635731e766bf7015ccfc8a2e2f.zip |
- use HOSTCC instead of a hardcoded cc
git-svn-id: svn://busybox.net/trunk/busybox@13015 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rwxr-xr-x | applets/busybox.mkll | 2 |
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 | ||
13 | CONFIG_H=${1:-include/bb_config.h} | 13 | CONFIG_H=${1:-include/bb_config.h} |
14 | APPLETS_H=${2:-include/applets.h} | 14 | APPLETS_H=${2:-include/applets.h} |
15 | gcc -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) |