mirror of
https://git.busybox.net/busybox.git
synced 2024-11-23 21:53:25 +08:00
- use HOSTCC instead of a hardcoded cc
This commit is contained in:
parent
0bf67e849a
commit
f00680eb59
@ -12,7 +12,7 @@ export LC_CTYPE=POSIX
|
||||
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user