more of the sparc32 port by Blue Swirl <blueswir1@hotmail.com>

git-svn-id: svn://coreboot.org/openbios/openbios-devel@4 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
Stefan Reinauer
2006-05-04 22:07:30 +00:00
parent 9a04f5a6c1
commit 8e89ccf89e
26 changed files with 1201 additions and 56 deletions

View File

@@ -0,0 +1,12 @@
<build condition="SPARC32">
<library name="gcc" type="static" target="target">
<object source="ashldi3.c"/>
<object source="ashrdi3.c"/>
<object source="__divdi3.c"/>
<object source="__udivdi3.c"/>
<object source="__udivmoddi4.c"/>
<object source="__umoddi3.c"/>
</library>
</build>