# git rev-parse -q --verify c60d5c035fda24c31e1d76993cc5a662ee639f3e^{commit} c60d5c035fda24c31e1d76993cc5a662ee639f3e already have revision, skipping fetch # git checkout -q -f -B kisskb c60d5c035fda24c31e1d76993cc5a662ee639f3e # git clean -qxdf # < git log -1 # commit c60d5c035fda24c31e1d76993cc5a662ee639f3e # Author: Masahiro Yamada # Date: Wed Dec 20 03:19:56 2023 +0900 # # kbuild: deb-pkg: hard-code Build-Depends # # The condition to require libelf-dev:native is stale because objtool is # now enabled by CONFIG_OBJTOOL instead of CONFIG_UNWINDER_ORC. Not only # objtool but also resolve_btfids requires libelf-dev:native; therefore, # CONFIG_DEBUG_INFO_BTF should be checked as well. # # Similarly, CONFIG_SYSTEM_TRUSTED_KEYRING is not the only case that # requires libssl-dev:native. # # Perhaps, the following code would provide better coverage, but it is # hard to maintain (and may still be imperfect). # # if is_enabled CONFIG_OBJTOOL || # is_enabled CONFIG_DEBUG_INFO_BTF; then # build_depends="${build_depends}, libelf-dev:native" # fi # # if is_enabled CONFIG_SYSTEM_TRUSTED_KEYRING || # is_enabled CONFIG_SYSTEM_REVOCATION_LIST || # is_enabled CONFIG_MODULE_SIG_FORMAT; then # build_depends="${build_depends}, libssl-dev:native" # fi # # Let's hard-code the build dependency. # # Signed-off-by: Masahiro Yamada # Reviewed-by: Nicolas Schier # < /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/sparc64-linux/bin/sparc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/sparc64-linux/bin/sparc64-linux-ld --version # < git log --format=%s --max-count=1 c60d5c035fda24c31e1d76993cc5a662ee639f3e # make -s -j 160 ARCH=sparc64 O=/kisskb/build/kbuild_defconfig_sparc64-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/sparc64-linux/bin/sparc64-linux- defconfig # < make -s -j 160 ARCH=sparc64 O=/kisskb/build/kbuild_defconfig_sparc64-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/sparc64-linux/bin/sparc64-linux- help # make -s -j 160 ARCH=sparc64 O=/kisskb/build/kbuild_defconfig_sparc64-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/sparc64-linux/bin/sparc64-linux- olddefconfig # make -s -j 160 ARCH=sparc64 O=/kisskb/build/kbuild_defconfig_sparc64-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/sparc64-linux/bin/sparc64-linux- :1519:2: warning: #warning syscall clone3 not implemented [-Wcpp] cc1: warning: unrecognized command line option '-Wno-shift-negative-value' WARNING: modpost: EXPORT symbol "_mcount" [vmlinux] version generation failed, symbol will not be versioned. Is "_mcount" prototyped in ? kernel: arch/sparc/boot/image is ready kernel: arch/sparc/boot/zImage is ready Completed OK # rm -rf /kisskb/build/kbuild_defconfig_sparc64-gcc5 # Build took: 0:01:40.703909