Makefile (61e0e79ee3c609eb34edf2fe023708cba6a79b1f) Makefile (606576ce816603d9fe1fb453a88bc6eea16ca709)
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.

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

117# often slow when they are implemented at all
118KBUILD_CFLAGS += -mno-string
119
120ifeq ($(CONFIG_6xx),y)
121KBUILD_CFLAGS += -mcpu=powerpc
122endif
123
124# Work around a gcc code-gen bug with -fno-omit-frame-pointer.
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.

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

117# often slow when they are implemented at all
118KBUILD_CFLAGS += -mno-string
119
120ifeq ($(CONFIG_6xx),y)
121KBUILD_CFLAGS += -mcpu=powerpc
122endif
123
124# Work around a gcc code-gen bug with -fno-omit-frame-pointer.
125ifeq ($(CONFIG_FTRACE),y)
125ifeq ($(CONFIG_FUNCTION_TRACER),y)
126KBUILD_CFLAGS += -mno-sched-epilog
127endif
128
129cpu-as-$(CONFIG_4xx) += -Wa,-m405
130cpu-as-$(CONFIG_6xx) += -Wa,-maltivec
131cpu-as-$(CONFIG_POWER4) += -Wa,-maltivec
132cpu-as-$(CONFIG_E500) += -Wa,-me500
133cpu-as-$(CONFIG_E200) += -Wa,-me200

--- 110 unchanged lines hidden ---
126KBUILD_CFLAGS += -mno-sched-epilog
127endif
128
129cpu-as-$(CONFIG_4xx) += -Wa,-m405
130cpu-as-$(CONFIG_6xx) += -Wa,-maltivec
131cpu-as-$(CONFIG_POWER4) += -Wa,-maltivec
132cpu-as-$(CONFIG_E500) += -Wa,-me500
133cpu-as-$(CONFIG_E200) += -Wa,-me200

--- 110 unchanged lines hidden ---