# git rev-parse -q --verify 0cee22f4fe90ecc6162e8f19958593fab376bf34^{commit} 0cee22f4fe90ecc6162e8f19958593fab376bf34 already have revision, skipping fetch # git checkout -q -f -B kisskb 0cee22f4fe90ecc6162e8f19958593fab376bf34 # git clean -qxdf # < git log -1 # commit 0cee22f4fe90ecc6162e8f19958593fab376bf34 # Author: Masahiro Yamada # Date: Sat Jul 13 11:45:58 2019 +0900 # # kbuild: get rid of misleading $(AS) from documents # # The assembler files in the kernel are *.S instead of *.s, so they must # be preprocessed. Since 'as' of GNU binutils is not able to preprocess, # we always use $(CC) as an assembler driver. # # $(AS) is almost unused in Kbuild. As of v5.2, there is just one place # that directly invokes $(AS). # # $ git grep -e '$(AS)' -e '${AS}' -e '$AS' -e '$(AS:' -e '${AS:' -- :^Documentation # drivers/net/wan/Makefile: AS68K = $(AS) # # The documentation about *_AFLAGS* sounds like the flags were passed # to $(AS). This is somewhat misleading. # # Signed-off-by: Masahiro Yamada # Reviewed-by: Nathan Chancellor # < /opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux-gcc --version # < /opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux-ld --version # < git log --format=%s --max-count=1 0cee22f4fe90ecc6162e8f19958593fab376bf34 # < make -s -j 48 ARCH=powerpc O=/kisskb/build/kbuild_powerpc-allnoconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- allnoconfig # make -s -j 48 ARCH=powerpc O=/kisskb/build/kbuild_powerpc-allnoconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- :1511:2: warning: #warning syscall clone3 not implemented [-Wcpp] /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_sysctl_set_loglvl': /kisskb/src/kernel/printk/printk.c:194:16: warning: 'old' may be used uninitialized in this function [-Wuninitialized] Completed OK # rm -rf /kisskb/build/kbuild_powerpc-allnoconfig_powerpc-gcc4.6 # Build took: 0:00:14.868605