commit | 63ae66198d3f2d51d077a8fbcdaf1e5fe80a210f | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Wed Sep 26 06:20:54 2001 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Wed Sep 26 06:20:54 2001 +0000 |
tree | 9077da77a60c9e12804427b4ebeb288025414eec | |
parent | b67adb0d83f48b0505f08fc01d70545aa0dc38d5 [diff] [blame] |
use the pedantically correct compiler for preprocessing
diff --git a/busybox.sh b/busybox.sh index 7c3deb2..9ab0f4b 100755 --- a/busybox.sh +++ b/busybox.sh
@@ -4,7 +4,7 @@ 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 `