From 63ae66198d3f2d51d077a8fbcdaf1e5fe80a210f Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 26 Sep 2001 06:20:54 +0000 Subject: use the pedantically correct compiler for preprocessing --- applets/busybox.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applets') diff --git a/applets/busybox.sh b/applets/busybox.sh index 7c3deb20e..9ab0f4bdb 100755 --- a/applets/busybox.sh +++ b/applets/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.*\/\1.c/gp;' \ | tr A-Z a-z | sort ` -- cgit v1.2.3