@@ -3,7 +3,7 @@ DEFAULTTUNE ?= "ppc7400"
require conf/machine/include/powerpc/arch-powerpc.inc
TUNEVALID[ppc7400] = "Enable ppc7400 specific processor optimizations"
-TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'ppc7400', ' -mcpu=7400 -mno-spe', '', d)}"
+TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'ppc7400', ' -mcpu=7400', '', d)}"
AVAILTUNES += "ppc7400"
TUNE_FEATURES_tune-ppc7400 = "m32 fpu-hard ppc7400 altivec"
@@ -5,8 +5,6 @@
require conf/machine/include/qemu.inc
require conf/machine/include/tune-ppc7400.inc
-TARGET_CC_KERNEL_ARCH = "-mno-spe"
-
KERNEL_IMAGETYPE = "vmlinux"
SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1"