diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2005-12-29 16:53:47 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2005-12-29 16:53:47 +0000 |
commit | f00680eb595f9601ff3d2a9c23846afaa60b2389 (patch) | |
tree | 022ef814f2b03011814e994ec5e80f431a0aea1f /applets | |
parent | 0bf67e849a8846bd5207b7f17b186ddba931c7fa (diff) | |
download | busybox-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-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) |