Revert r34533 (except the nice indentation in the Makefile) for unbreaking trunk.
[reactos.git] / reactos / ReactOS-i386.rbuild
index 551195e..e3d4528 100644 (file)
@@ -13,7 +13,7 @@
        <define name="_X86_" />
        <define name="__i386__" />
 
-       <property name="NTOSKRNL_SHARED" value="-Wl,--file-alignment,0x1000 -Wl,--section-alignment,0x1000 -nostartfiles -shared"/>
+       <property name="NTOSKRNL_SHARED" value="-file-alignment=0x1000 -section-alignment=0x1000 -shared"/>
 
        <if property="OPTIMIZE" value="1">
                <compilerflag>-Os</compilerflag>
@@ -34,7 +34,7 @@
        </if>
 
        <compilerflag>-mpreferred-stack-boundary=2</compilerflag>
-       <compilerflag>-Fno-strict-aliasing</compilerflag>
+       <compilerflag>-fno-strict-aliasing</compilerflag>
        <compilerflag>-Wno-strict-aliasing</compilerflag>
        <compilerflag>-Wpointer-arith</compilerflag>
        <linkerflag>-enable-stdcall-fixup</linkerflag>