mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
Add comments about workarounds for GCC bugs
svn path=/trunk/; revision=37645
This commit is contained in:
parent
07621c2a9f
commit
bfc0f05916
1 changed files with 7 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue