OSDN Git Service
(root)
/
uclinux-h8
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec9849a
)
m68k: don't use built-in functions in 68000.
author
Yoshinori Sato
<ysato@users.sourceforge.jp>
Sat, 26 Mar 2016 12:43:34 +0000
(21:43 +0900)
committer
Yoshinori 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
patch
|
blob
|
history
diff --git
a/arch/m68k/Makefile
b/arch/m68k/Makefile
index
12a9ab4
..
013b156
100644
(file)
--- 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)