aboutsummaryrefslogtreecommitdiff
path: root/busybox.sh
diff options
context:
space:
mode:
Diffstat (limited to 'busybox.sh')
-rwxr-xr-xbusybox.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/busybox.sh b/busybox.sh
index 7c3deb20e..9ab0f4bdb 100755
--- a/busybox.sh
+++ b/busybox.sh
@@ -4,7 +4,7 @@ export LC_ALL=POSIX
export LC_CTYPE=POSIX
RAW=` \
- gcc -E -dM ${1:-Config.h} | \
+ $CC -E -dM ${1:-Config.h} | \
sed -n -e '/^.*BB_FEATURE.*$/d;s/^#define.*\<BB_\(.*\)\>/\1.c/gp;' \
| tr A-Z a-z | sort
`