diff options
author | Stefan Reinauer <reinauer@chromium.org> | 2013-03-14 17:53:19 -0700 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2013-03-18 20:51:26 +0100 |
commit | c2fe1e0a0999f65f7954ba88b69e63c3d2737291 (patch) | |
tree | d8f3b0dd8eb295f810af5b5ba026f466070cad1d /src/cpu/intel | |
parent | 7492ec1ca62efee1f244d8306b03ed3d74ac2e53 (diff) |
SMM: link against libgcc
The non-relocatable SMM code was changed to link against libgcc a while back
so that printk could use built-in division instead of a hand crafted div()
function. However, the relocatable SMM code was not adapted by mistake.
This patch links the relocatable SMM against libgcc, too, so we can enable it
for Haswell.
Change-Id: Ia64a78e2e62348d115ae4ded52d1a02c74c5cea4
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Reviewed-on: http://review.coreboot.org/2727
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/cpu/intel')
0 files changed, 0 insertions, 0 deletions