Skip to content
Commit cd8d2331 authored by Will Deacon's avatar Will Deacon Committed by Linus Torvalds
Browse files

alpha: makefile: don't enforce small data model for kernel builds



Due to all of the goodness being packed into today's kernels, the
resulting image isn't as slim as it once was.

In light of this, don't pass -msmall-data to gcc, which otherwise results
in link failures due to impossible relocations when compiling anything but
the most trivial configurations.

Cc: Richard Henderson <rth@twiddle.net>
Cc: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
Reviewed-by: default avatarMatt Turner <mattst88@gmail.com>
Tested-by: default avatarThorsten Kranzkowski <dl8bcu@dl8bcu.de>
Signed-off-by: default avatarWill Deacon <will.deacon@arm.com>
Signed-off-by: default avatarMichael Cree <mcree@orcon.net.nz>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent aa8b4be3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment