All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mn10300: Remove -mmemfuncs from KBUILD_CFLAGS
@ 2012-03-15 22:22 Tony Breeds
  2012-06-20  9:05 ` Geert Uytterhoeven
  0 siblings, 1 reply; 2+ messages in thread
From: Tony Breeds @ 2012-03-15 22:22 UTC (permalink / raw)
  To: David Howells, Koichi Yasutake; +Cc: linux-am33-list, Linux Kernel ML

It seems the current (gcc 4.6.3) no longer provide this so remove it.

With this patch the mn10300 architecture cross-compiles with gcc-4.6.3

Signed-off-by: Tony Breeds <tony@bakeyournoodle.com>
---
 arch/mn10300/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/mn10300/Makefile b/arch/mn10300/Makefile
index 7120282..d6116c5 100644
--- a/arch/mn10300/Makefile
+++ b/arch/mn10300/Makefile
@@ -26,7 +26,7 @@ CHECKFLAGS	+=
 PROCESSOR	:= unset
 UNIT		:= unset
 
-KBUILD_CFLAGS	+= -mam33 -mmem-funcs -DCPU=AM33
+KBUILD_CFLAGS	+= -mam33 -DCPU=AM33
 KBUILD_AFLAGS	+= -mam33 -DCPU=AM33
 
 ifeq ($(CONFIG_MN10300_CURRENT_IN_E2),y)
-- 
1.7.7.6


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] mn10300: Remove -mmemfuncs from KBUILD_CFLAGS
  2012-03-15 22:22 [PATCH] mn10300: Remove -mmemfuncs from KBUILD_CFLAGS Tony Breeds
@ 2012-06-20  9:05 ` Geert Uytterhoeven
  0 siblings, 0 replies; 2+ messages in thread
From: Geert Uytterhoeven @ 2012-06-20  9:05 UTC (permalink / raw)
  To: Tony Breeds
  Cc: David Howells, Koichi Yasutake, linux-am33-list, Linux Kernel ML

On Thu, Mar 15, 2012 at 11:22 PM, Tony Breeds <tony@bakeyournoodle.com> wrote:
> It seems the current (gcc 4.6.3) no longer provide this so remove it.
>
> With this patch the mn10300 architecture cross-compiles with gcc-4.6.3
>
> Signed-off-by: Tony Breeds <tony@bakeyournoodle.com>
> ---
>  arch/mn10300/Makefile |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/arch/mn10300/Makefile b/arch/mn10300/Makefile
> index 7120282..d6116c5 100644
> --- a/arch/mn10300/Makefile
> +++ b/arch/mn10300/Makefile
> @@ -26,7 +26,7 @@ CHECKFLAGS    +=
>  PROCESSOR      := unset
>  UNIT           := unset
>
> -KBUILD_CFLAGS  += -mam33 -mmem-funcs -DCPU=AM33
> +KBUILD_CFLAGS  += -mam33 -DCPU=AM33
>  KBUILD_AFLAGS  += -mam33 -DCPU=AM33
>
>  ifeq ($(CONFIG_MN10300_CURRENT_IN_E2),y)

Still needed: http://kisskb.ellerman.id.au/kisskb/buildresult/6546343/

Should it use $(call cc-option ...) instead?

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-06-20  9:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-15 22:22 [PATCH] mn10300: Remove -mmemfuncs from KBUILD_CFLAGS Tony Breeds
2012-06-20  9:05 ` Geert Uytterhoeven

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.