From: Yoshinori Sato Date: Sat, 26 Mar 2016 12:43:34 +0000 (+0900) Subject: m68k: don't use built-in functions in 68000. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=348d642d8b75daa71a1bf9a3728662bb4acff3d1;p=uclinux-h8%2Flinux.git m68k: don't use built-in functions in 68000. Signed-off-by: Yoshinori Sato --- diff --git a/arch/m68k/Makefile b/arch/m68k/Makefile index 12a9ab44549f..013b15621959 100644 --- a/arch/m68k/Makefile +++ b/arch/m68k/Makefile @@ -39,7 +39,7 @@ cpuflags-$(CONFIG_M68040) := -m68040 endif cpuflags-$(CONFIG_M68030) := cpuflags-$(CONFIG_M68020) := -cpuflags-$(CONFIG_M68000) := -m68000 +cpuflags-$(CONFIG_M68000) := -m68000 -fno-builtin cpuflags-$(CONFIG_M5441x) := $(call cc-option,-mcpu=54455,-mcfv4e) cpuflags-$(CONFIG_M54xx) := $(call cc-option,-mcpu=5475,-m5200) cpuflags-$(CONFIG_M5407) := $(call cc-option,-mcpu=5407,-m5200)