# 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 120 ARCH=powerpc O=/kisskb/build/powerpc-next_ppc64le_defconfig+NO_KPROBES_ppc64le-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- ppc64le_defconfig # Added to kconfig CONFIG_KPROBES=n # yes \n | make -s -j 120 ARCH=powerpc O=/kisskb/build/powerpc-next_ppc64le_defconfig+NO_KPROBES_ppc64le-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- oldconfig yes: standard output: Broken pipe # make -s -j 120 ARCH=powerpc O=/kisskb/build/powerpc-next_ppc64le_defconfig+NO_KPROBES_ppc64le-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- WARNING: modpost: Found 3 section mismatch(es). To see full details build your kernel with: 'make CONFIG_DEBUG_SECTION_MISMATCH=y' Completed OK # rm -rf /kisskb/build/powerpc-next_ppc64le_defconfig+NO_KPROBES_ppc64le-gcc5 # Build took: 0:01:35.400759