Changeset c675d8c


Ignore:
Timestamp:
08/30/2004 06:08:32 PM (20 years ago)
Author:
Gerard Beekmans <gerard@…>
Branches:
6.0
Children:
a988510
Parents:
3dd3227
Message:

Textual update

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4089 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/util-linux.xml

    r3dd3227 rc675d8c  
    4747
    4848<para>GCC-&gcc-version; miscompiles <command>sfdisk</command> if the
    49 default optimisation level is used.  The following command prevents the
    50 problematic optimisation pass from being used.</para>
     49default optimisation level is used.  The following command
     50corrects the problem:</para>
    5151
    5252<screen><userinput>sed -i -e 's%^include ../MCONFIG%&amp;\n\nCFLAGS:=$(CFLAGS) -fno-unit-at-a-time%' fdisk/Makefile</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.