summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-01-03 03:46:12 -0600
committerWaldemar Brodkorb <wbx@openadk.org>2015-01-03 03:46:19 -0600
commit0613208e4f8ddf065caf4c85f02c39ee48fd290f (patch)
tree96fa06157eb010ace726587adf26892413ad8e0f /toolchain
parent1bf8ef30bfa79bd0816fd97f3d1b31f7950d3c4e (diff)
use wrapper only for m68k and uclinux aka coldfire
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/uclibc-ng/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/uclibc-ng/Makefile b/toolchain/uclibc-ng/Makefile
index e6360edf5..08845f282 100644
--- a/toolchain/uclibc-ng/Makefile
+++ b/toolchain/uclibc-ng/Makefile
@@ -162,7 +162,7 @@ ifeq ($(ADK_UCLIBC_TEST),y)
TEST_INSTALLED_UCLIBC=1 \
UCLIBC_ONLY=1 \
UCLIBC_EXTRA_CFLAGS="$(TARGET_CFLAGS)" \
- V=1 \
+ VERBOSE=1 \
test_compile
endif
ifeq ($(ADK_TARGET_TOOLCHAIN),y)