Loading arch/powerpc/Makefile +3 −0 Original line number Diff line number Diff line Loading @@ -93,6 +93,9 @@ else endif endif # No AltiVec instruction when building kernel CFLAGS += $(call cc-option,-mno-altivec) # Enable unit-at-a-time mode when possible. It shrinks the # kernel considerably. CFLAGS += $(call cc-option,-funit-at-a-time) Loading Loading
arch/powerpc/Makefile +3 −0 Original line number Diff line number Diff line Loading @@ -93,6 +93,9 @@ else endif endif # No AltiVec instruction when building kernel CFLAGS += $(call cc-option,-mno-altivec) # Enable unit-at-a-time mode when possible. It shrinks the # kernel considerably. CFLAGS += $(call cc-option,-funit-at-a-time) Loading