summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rwxr-xr-xbuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/build b/build
index 652cfb5..85ed91d 100755
--- a/build
+++ b/build
@@ -116,6 +116,9 @@ $(buildnative_targets):
fincludedir="$${libsubdir}/finclude" \
toolexeclibdir="/usr/lib/$(target)" \
MULTIOSDIR=
+ if [ '$(OPK_BUILD_ARCH)' = '$(OPK_HOST_ARCH)' ]; then \
+ cd "$(builddir)" && make -k check; \
+ fi
$(buildcross_targets):
libsubdir="/usr/lib/$(target)/gcc-$(base_version)" && \