diff options
-rwxr-xr-x | build | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -139,16 +139,14 @@ build-gcc-config: build-native: build-gcc-config oh-autobuild -B "$(builddir)" -T $(native_target) -- \ - -j $${JOBS:-$(jobs)} \ - $(dir_macros) + -j $${JOBS:-$(jobs)} $(dir_macros) #if [ '$(OPK_BUILD_ARCH)' = '$(OPK_HOST_ARCH)' ]; then \ # cd "$(builddir)" && make -k check; \ #fi build-cross: build-gcc-config oh-autobuild -B "$(builddir)" -T $(cross_target) -- \ - -j $${JOBS:-$(jobs)} \ - $(dir_macros) + -j $${JOBS:-$(jobs)} $(dir_macros) install-native: # The -T option is necessary because otherwise: |