diff options
-rwxr-xr-x | build | 3 | ||||
-rw-r--r-- | control | 3 |
2 files changed, 5 insertions, 1 deletions
@@ -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)" && \ @@ -1,3 +1,4 @@ -Build-Depends: opkhelper-3.0, libgmp-dev, libmpfr-dev, libmpc-dev, libz.1-dev +Build-Depends: opkhelper-3.0, libgmp-dev, libmpfr-dev, libmpc-dev, libz.1-dev, + dejagnu Maintainer: "P. J. McDermott" <pjm@nac.net> Homepage: http://gcc.gnu.org/ |