projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74c8494
)
[MIPS] Enable -ffunction-sections sections.
author
Ralf Baechle
<ralf@linux-mips.org>
Tue, 15 Jul 2008 17:44:33 +0000
(18:44 +0100)
committer
Ralf Baechle
<ralf@linux-mips.org>
Tue, 15 Jul 2008 17:44:33 +0000
(18:44 +0100)
-ffunction-sections serves as a workaround for the problems caused by the
limited branch range in some inline assembler fragments for very large
compilation units.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/Makefile
b/arch/mips/Makefile
index ad36c946ff96b355555f71319d9c8a3923b586bc..0b8d82d55c66bbc4cbd97839cf4057f9f00948aa 100644
(file)
--- a/
arch/mips/Makefile
+++ b/
arch/mips/Makefile
@@
-14,7
+14,7
@@
KBUILD_DEFCONFIG := ip22_defconfig
-cflags-y :=
+cflags-y :=
-ffunction-sections
#
# Select the object file format to substitute into the linker script.