Changeset 89e45fe


Ignore:
Timestamp:
08/30/2004 11:53:22 AM (20 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
6.0
Children:
c5991ae
Parents:
593b1071
Message:
  • Fixed sfdisk miscompilation

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r593b1071 r89e45fe  
    8585</listitem>
    8686
     87<listitem><para>August 30th, 2004 [matt]: Drop optimisation level of util-linux
     88from O2 to O1, so as sfdisk works properly when compiled with gcc-3.4.1</para>
     89</listitem>
     90
    8791<listitem><para>August 29th, 2004 [matt]: Upgraded to
    8892linux-libc-headers-2.6.8.1</para></listitem>
  • chapter06/util-linux.xml

    r593b1071 r89e45fe  
    4545<sect2 role="installation">
    4646<title>Installation of Util-linux</title>
     47
     48<para>GCC-&gcc-version; miscompiles <command>sfdisk</command> if the
     49default optimisation level is used.  The following command fixes this
     50issue by changing the optimisation level from O2 to O1.</para>
     51
     52<screen><userinput>sed -i -e 's%^include ../MCONFIG%&amp;\n\nCFLAGS:=$(CFLAGS) -O1%' fdisk/Makefile</userinput></screen>
    4753
    4854<para>Prepare Util-linux for compilation:</para>
Note: See TracChangeset for help on using the changeset viewer.