Add comments about workarounds for GCC bugs

svn path=/trunk/; revision=37645
This commit is contained in:
KJK::Hyperion 2008-11-25 21:13:57 +00:00
parent 07621c2a9f
commit bfc0f05916

View file

@ -33,7 +33,11 @@
<library>bootvid</library>
<library>wdmguid</library>
<dependency>bugcodes</dependency>
<!-- See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38269
<directory name="include">
<pch>ntoskrnl.h</pch>
</directory>
-->
<directory name="ke">
<if property="ARCH" value="i386">
<directory name="i386">
@ -465,5 +469,7 @@
</directory>
<file>ntoskrnl.rc</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>
</group>