mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
git-svn-id: svn://coreboot.org/openbios/openbios-devel@24 f158a5a8-5612-0410-a976-696ce0be7e32
14 lines
332 B
XML
14 lines
332 B
XML
<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"/>
|
|
<object source="__lshrdi3.c"/>
|
|
</library>
|
|
|
|
</build>
|