Makefile (721c01ba8b46ddb5355bd6e6b3bbfdabfdf01e97) Makefile (d7cceda96badc1bd444cff27ab9c375a1277c1e3)
1# This file is included by the global makefile so that you can add your own
2# architecture-specific flags and dependencies. Remember to do have actions
3# for "archclean" and "archdep" for cleaning up and making dependencies for
4# this architecture.
5#
6# This file is subject to the terms and conditions of the GNU General Public
7# License. See the file "COPYING" in the main directory of this archive
8# for more details.

--- 227 unchanged lines hidden (view full) ---

236# generated by this.
237# revert to pre-gcc-4.4 behaviour of .eh_frame
238KBUILD_CFLAGS += $(call cc-option,-fno-dwarf2-cfi-asm)
239
240# Never use string load/store instructions as they are
241# often slow when they are implemented at all
242KBUILD_CFLAGS += $(call cc-option,-mno-string)
243
1# This file is included by the global makefile so that you can add your own
2# architecture-specific flags and dependencies. Remember to do have actions
3# for "archclean" and "archdep" for cleaning up and making dependencies for
4# this architecture.
5#
6# This file is subject to the terms and conditions of the GNU General Public
7# License. See the file "COPYING" in the main directory of this archive
8# for more details.

--- 227 unchanged lines hidden (view full) ---

236# generated by this.
237# revert to pre-gcc-4.4 behaviour of .eh_frame
238KBUILD_CFLAGS += $(call cc-option,-fno-dwarf2-cfi-asm)
239
240# Never use string load/store instructions as they are
241# often slow when they are implemented at all
242KBUILD_CFLAGS += $(call cc-option,-mno-string)
243
244ifdef CONFIG_6xx
244ifdef CONFIG_PPC_BOOK3S_32
245KBUILD_CFLAGS += -mcpu=powerpc
246endif
247
248cpu-as-$(CONFIG_4xx) += -Wa,-m405
249cpu-as-$(CONFIG_ALTIVEC) += $(call as-option,-Wa$(comma)-maltivec)
250cpu-as-$(CONFIG_E200) += -Wa,-me200
251cpu-as-$(CONFIG_E500) += -Wa,-me500
252

--- 181 unchanged lines hidden ---
245KBUILD_CFLAGS += -mcpu=powerpc
246endif
247
248cpu-as-$(CONFIG_4xx) += -Wa,-m405
249cpu-as-$(CONFIG_ALTIVEC) += $(call as-option,-Wa$(comma)-maltivec)
250cpu-as-$(CONFIG_E200) += -Wa,-me200
251cpu-as-$(CONFIG_E500) += -Wa,-me500
252

--- 181 unchanged lines hidden ---