Switch SPARC32 page tables over to use OFMEM's ofmem_posix_memalign() rather than...
[openbios.git] / arch / unix / build.xml
blobbc0cf9e74d0aaebe2b4c8509fccc51f727f29d57
1 <build condition="HOST_UNIX">
3  <dictionary name="openbios-unix" init="openbios" target="forth">
4   <object source="tree.fs"/>
5  </dictionary>
7  <executable name="openbios-unix" target="target">
8   <rule>
9         $(call quiet-command,$(CC) $(CFLAGS) -rdynamic $(LIBDL_LDFLAGS) -o $@ $^,"  LINK  $(TARGET_DIR)$@")
10   </rule>
11   <object source="unix.c" flags="-DBOOTSTRAP"/>
12   <object source="boot.c" flags="-DBOOTSTRAP"/>
13   <object source="blk.c"  flags="-DBOOTSTRAP"/>
14   <object source="plugins.c" flags="-DBOOTSTRAP" condition="PLUGINS"/>
15   <external-object source="libbootstrap.a"/>
16   <external-object source="libpackages.a"/>
17   <external-object source="libopenbios.a"/>
18   <external-object source="libdrivers.a"/>
19   <external-object source="libfs.a"/>
20   <external-object source="liblibc.a"/>
21  </executable>
23 </build>