ppc: Move malloc zone
[openbios.git] / libc / build.xml
blobcb2b560db81652d27c39ad5d69c4953ce677887a
1 <build>
3  <library name="libc" type="static" target="target">
4   <object source="ctype.c"/>
5   <object source="diskio.c"/>
6   <object source="extra.c"/>
7   <object source="misc.c"/>
8   <object source="string.c"/>
9   <object source="vsprintf.c"/>
10  </library>
11   
12 </build>