Big merge: thanks alex and greatlord. Not a complete merge but most
[reactos.git] / reactos / boot / freeldr / freeldr / freeldr_arch.rbuild
index ca61e74..5bef4b8 100644 (file)
@@ -48,6 +48,7 @@
        <directory name="powerpc">
                <if property="ARCH" value="powerpc">
                        <module name="freeldr_arch" type="objectlibrary">
+                               <include base="ReactOS">include/psdk</include>
                                <include base="freeldr_base">include</include>
                                <include base="freeldr_base">cache</include>
                                <include base="ntoskrnl">include</include>
                                <compilerflag>-fno-inline</compilerflag>
                                <compilerflag>-fno-zero-initialized-in-bss</compilerflag>
                                <compilerflag>-Os</compilerflag>
+                               <compilerflag>-fPIC</compilerflag>
+                               <compilerflag>-mno-toc</compilerflag>
+                               <compilerflag>-meabi</compilerflag>
                                <file>boot.s</file>
+                               <file>ofw.c</file>
+                               <file>mmu.c</file>
                                <file>mach.c</file>
                                <file>mboot.c</file>
                        </module>