|
@@ -44,10 +44,10 @@ mkdir -p /var/lib/hwclock</userinput></screen>
|
|
<title>Installation of Util-linux</title>
|
|
<title>Installation of Util-linux</title>
|
|
|
|
|
|
<para>GCC-&gcc-version; miscompiles <command>sfdisk</command> if the
|
|
<para>GCC-&gcc-version; miscompiles <command>sfdisk</command> if the
|
|
-default optimisation level is used. The following command fixes this
|
|
|
|
-issue by changing the optimisation level from O2 to O1.</para>
|
|
|
|
|
|
+default optimisation level is used. The following command prevents the
|
|
|
|
+problematic optimisation pass from being used.</para>
|
|
|
|
|
|
-<screen><userinput>sed -i -e 's%^include ../MCONFIG%&\n\nCFLAGS:=$(CFLAGS) -O1%' fdisk/Makefile</userinput></screen>
|
|
|
|
|
|
+<screen><userinput>sed -i -e 's%^include ../MCONFIG%&\n\nCFLAGS:=$(CFLAGS) -fno-unit-at-a-time%' fdisk/Makefile</userinput></screen>
|
|
|
|
|
|
<para>Prepare Util-linux for compilation:</para>
|
|
<para>Prepare Util-linux for compilation:</para>
|
|
|
|
|