diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-16 18:12:14 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-16 18:12:45 +0200 |
commit | 224199c2a01bb660242688aca506373e40b79775 (patch) | |
tree | b90c366b66df5084f491f023a4ee8992a1ce6585 /scripts | |
parent | 160355e07ae13598b10bdf1962e8c8044042c2a7 (diff) |
optimize environment variables, reduce duplicate stuff
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/scan-tools.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/scan-tools.sh b/scripts/scan-tools.sh index 23bc9770d..0e4dff4be 100644 --- a/scripts/scan-tools.sh +++ b/scripts/scan-tools.sh @@ -82,7 +82,7 @@ include ${TOPDIR}/prereq.mk all: run-test test: test.c - ${CC_FOR_BUILD} ${CFLAGS_FOR_BUILD} -o $@ $^ ${LDADD} + ${HOST_CC} -o $@ $^ ${LDADD} run-test: test ./test |