|
@@ -65,10 +65,6 @@ endif
|
|
# kernel.
|
|
# kernel.
|
|
cflags-y += -mdisable-fpregs
|
|
cflags-y += -mdisable-fpregs
|
|
|
|
|
|
-# Without this, "ld -r" results in .text sections that are too big
|
|
|
|
-# (> 0x40000) for branches to reach stubs.
|
|
|
|
-cflags-y += -ffunction-sections
|
|
|
|
-
|
|
|
|
# Use long jumps instead of long branches (needed if your linker fails to
|
|
# Use long jumps instead of long branches (needed if your linker fails to
|
|
# link a too big vmlinux executable). Not enabled for building modules.
|
|
# link a too big vmlinux executable). Not enabled for building modules.
|
|
ifdef CONFIG_MLONGCALLS
|
|
ifdef CONFIG_MLONGCALLS
|