OSDN Git Service

m68k: don't use built-in functions in 68000.
authorYoshinori Sato <ysato@users.sourceforge.jp>
Sat, 26 Mar 2016 12:43:34 +0000 (21:43 +0900)
committerYoshinori Sato <yo-satoh@sios.com>
Thu, 23 Jan 2020 03:39:36 +0000 (12:39 +0900)
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
arch/m68k/Makefile

index 12a9ab4..013b156 100644 (file)
@@ -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)