Changeset 0408d56


Ignore:
Timestamp:
Jan 6, 2008, 12:24:56 PM (16 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
0ddae2c
Parents:
ea28a5ea
Message:

Prevent GCC from treating warnings as errors when building the kernel on alpha.

Location:
BOOK
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/alpha/kernel.xml

    rea28a5ea r0408d56  
    3838    href="../../bootable/alpha/kernel.xml"
    3939    xpointer="xpointer(//*[@os='a2'])"/>
     40
     41    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     42    href="../../bootable/alpha/kernel.xml"
     43    xpointer="xpointer(//*[@os='a3'])"/>
     44
     45    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     46    href="../../bootable/alpha/kernel.xml"
     47    xpointer="xpointer(//*[@os='a4'])"/>
    4048
    4149    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/bootable/alpha/kernel.xml

    rea28a5ea r0408d56  
    3030
    3131<screen os="a2"><userinput>patch -Np1 -i ../&linux-alpha_PAGE_SIZE-patch;</userinput></screen>
     32
     33    <para os="a3">The following sed prevents GCC from treating warnings as
     34    errors when the kernel is compiled.</para>
     35
     36<screen os="a4"><userinput>sed -i "s/-Werror//" arch/alpha/kernel/Makefile</userinput></screen>
    3237
    3338    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.