* drop libgcc from coreboot_apc.o, not needed.

* wrap libgcc calls into regparm(0) variants so that coreboot can be compiled
  with other regparm values

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4679 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Stefan Reinauer
2009-09-26 15:52:05 +00:00
committed by Stefan Reinauer
parent 19a99c6965
commit 5db685fedf
4 changed files with 39 additions and 2 deletions

View File

@@ -12,6 +12,7 @@ obj-y += version.o
obj-y += cbfs.o
obj-y += lzma.o
#obj-y += lzmadecode.o
obj-y += gcc.o
initobj-y += uart8250.o
initobj-y += memset.o