- Do not pass gcc and ld flags to other tools
[reactos.git] / reactos / ntoskrnl / ntoskrnl-generic.rbuild
index ca0f718..c1cbe68 100644 (file)
        <linkerscript>ntoskrnl_$(ARCH).lnk</linkerscript>
 
        <!-- See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38054#c7 -->
-       <compilerflag>-fno-unit-at-a-time</compilerflag>
+       <compilerflag compilerset="gcc">-fno-unit-at-a-time</compilerflag>
 </group>