mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 05:02:12 +00:00
[MIPS] Enable -ffunction-sections sections.
-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>
This commit is contained in:
parent
74c8494eeb
commit
372a775f50
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user