# git rev-parse -q --verify 7aec8604693cb387400565e7ef7c8ff8a6bfb791^{commit} 7aec8604693cb387400565e7ef7c8ff8a6bfb791 already have revision, skipping fetch # git checkout -q -f -B kisskb 7aec8604693cb387400565e7ef7c8ff8a6bfb791 # git clean -qxdf # < git log -1 # commit 7aec8604693cb387400565e7ef7c8ff8a6bfb791 # Author: Mathieu Malaterre # Date: Wed Dec 5 18:53:55 2018 +0100 # # powerpc/32: Move the old 6xx -mcpu logic before the TARGET_CPU logic # # The code: # # ifdef CONFIG_6xx # KBUILD_CFLAGS += -mcpu=powerpc # endif # # was added in 2006 in commit f48b8296b315 ("[PATCH] powerpc32: Set cpu # explicitly in kernel compiles"). This change was acceptable since the # TARGET_CPU logic was 64-bit only. # # Since commit 0e00a8c9fd92 ("powerpc: Allow CPU selection # also on PPC32") this logic is no longer acceptable after the TARGET_CPU # specific. It currently appends -mcpu=powerpc at the end of the command # line, after any TARGET_CPU specific: # # gcc -Wp,-MD,init/.do_mounts.o.d ... # -mcpu=powerpc -mbig-endian -m32 ... # -mcpu=e300c2 ... # -mcpu=powerpc ... # ../init/do_mounts.c # # Fixes: 0e00a8c9fd92 ("powerpc: Allow CPU selection also on PPC32") # Signed-off-by: Mathieu Malaterre # Signed-off-by: Michael Ellerman # < /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < git log --format=%s --max-count=1 7aec8604693cb387400565e7ef7c8ff8a6bfb791 # < make -s -j 80 ARCH=powerpc O=/kisskb/build/powerpc-next_44x_rainier_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- 44x/rainier_defconfig # make -s -j 80 ARCH=powerpc O=/kisskb/build/powerpc-next_44x_rainier_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- INFO: Uncompressed kernel (size 0x485a48) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x500000) Image Name: Linux-4.20.0-rc2-g7aec8604693c Created: Sat Dec 8 05:46:55 2018 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 2325615 Bytes = 2271.11 KiB = 2.22 MiB Load Address: 00500000 Entry Point: 00501540 Completed OK # rm -rf /kisskb/build/powerpc-next_44x_rainier_defconfig_powerpc-gcc5 # Build took: 0:00:40.165265