- Do not pass gcc and ld flags to other tools
[reactos.git] / reactos / boot / freeldr / freeldr / freeldr_startup.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
3 <module name="freeldr_startup" type="objectlibrary">
4 <include base="freeldr_startup">include</include>
5 <include base="ntoskrnl">include</include>
6 <group compilerset="gcc">
7 <compilerflag>-fno-inline</compilerflag>
8 <compilerflag>-fno-zero-initialized-in-bss</compilerflag>
9 </group>
10 <directory name="arch">
11 <if property="ARCH" value="i386">
12 <directory name="i386">
13 <file first="true">fathelp.asm</file>
14 <file>arch.S</file>
15 </directory>
16 </if>
17 <if property="ARCH" value="amd64">
18 <directory name="amd64">
19 <file first="true">fathelp.S</file>
20 <file>arch.S</file>
21 </directory>
22 </if>
23 </directory>
24 </module>