summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2015-01-03 16:24:52 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2015-01-03 16:24:52 +0100
commit43e2f4f2b71318fb3361f72bfbd99fe7e9294ffb (patch)
tree3ae40c51e397e3548bcdefe55fa524cbb6dbbcbf /toolchain
parent7c49ec073b4edbe32867d1d395fd3cf9c7bffda7 (diff)
parent0613208e4f8ddf065caf4c85f02c39ee48fd290f (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
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)