# 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_ppc40x_defconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- ppc40x_defconfig # make -s -j 48 ARCH=powerpc O=/kisskb/build/kbuild_ppc40x_defconfig_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] /kisskb/src/fs/proc/inode.c: In function 'proc_reg_open': /kisskb/src/include/linux/list.h:65:12: warning: 'pdeo' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/proc/inode.c:331:21: note: 'pdeo' was declared here /kisskb/src/drivers/tty/serial/8250/8250_core.c: In function 'univ8250_release_irq': /kisskb/src/drivers/tty/serial/8250/8250_core.c:248:18: warning: 'i' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/tty/serial/8250/8250_core.c:228:19: note: 'i' was declared here INFO: Uncompressed kernel (size 0x5376d8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x600000) INFO: Uncompressed kernel (size 0x5376d8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x600000) INFO: Uncompressed kernel (size 0x5376d8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x600000) INFO: Uncompressed kernel (size 0x527064) overlaps the address of the wrapper(0x400000) INFO: Uncompressed kernel (size 0x5376d8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x600000) INFO: Fixing the link_address of wrapper to (0x600000) Image Name: Linux-5.2.0-g0cee22f4fe90 Created: Mon Jul 15 02:44:34 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 2621868 Bytes = 2560.42 KiB = 2.50 MiB Load Address: 00000000 Entry Point: 00000000 Image Name: Linux-5.2.0-g0cee22f4fe90 Created: Mon Jul 15 02:44:35 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 2654598 Bytes = 2592.38 KiB = 2.53 MiB Load Address: 00600000 Entry Point: 006019cc Image Name: Linux-5.2.0-g0cee22f4fe90 Created: Mon Jul 15 02:44:35 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 2653918 Bytes = 2591.72 KiB = 2.53 MiB Load Address: 00600000 Entry Point: 00601758 Completed OK # rm -rf /kisskb/build/kbuild_ppc40x_defconfig_powerpc-gcc4.6 # Build took: 0:00:39.150693