Changeset 09e511ce
- Timestamp:
- Aug 14, 2014, 1:32:12 AM (10 years ago)
- Branches:
- clfs-3.0.0-systemd, master, systemd
- Children:
- 0646479
- Parents:
- f5d13b5
- Location:
- BOOK
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/systemd.xml
rf5d13b5 r09e511ce 67 67 --with-dbusinterfacedir=/usr/share/dbus-1/interfaces \ 68 68 --with-dbussessionservicedir=/usr/share/dbus-1/services \ 69 --with-dbussystemservicedir=/usr/share/dbus-1/system-services</userinput></screen> 69 --with-dbussystemservicedir=/usr/share/dbus-1/system-services \ 70 cc_cv_CFLAGS__flto=no</userinput></screen> 70 71 71 72 <variablelist os="c"> … … 106 107 </listitem> 107 108 </varlistentry> 109 110 <varlistentry> 111 <term><parameter>cc_cv_CFLAGS__flto=no</parameter></term> 112 <listitem> 113 <para>This prevents the build system from using GCC's Link-time 114 optimization (LTO), to ensure that systemd's binaries will not try 115 to link to <filename class="libraryfile">libgcc_s</filename>.</para> 116 </listitem> 117 </varlistentry> 118 108 119 </variablelist> 109 120 -
BOOK/final-system/multilib/systemd-64bit.xml
rf5d13b5 r09e511ce 66 66 --with-dbusinterfacedir=/usr/share/dbus-1/interfaces \ 67 67 --with-dbussessionservicedir=/usr/share/dbus-1/services \ 68 --with-dbussystemservicedir=/usr/share/dbus-1/system-services</userinput></screen> 68 --with-dbussystemservicedir=/usr/share/dbus-1/system-services \ 69 cc_cv_CFLAGS__flto=no</userinput></screen> 69 70 70 71 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/multilib/systemd-n32.xml
rf5d13b5 r09e511ce 47 47 --with-dbusinterfacedir=/usr/share/dbus-1/interfaces \ 48 48 --with-dbussessionservicedir=/usr/share/dbus-1/services \ 49 --with-dbussystemservicedir=/usr/share/dbus-1/system-services</userinput></screen> 49 --with-dbussystemservicedir=/usr/share/dbus-1/system-services \ 50 cc_cv_CFLAGS__flto=no</userinput></screen> 50 51 51 52 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/multilib/systemd.xml
rf5d13b5 r09e511ce 52 52 --with-dbusinterfacedir=/usr/share/dbus-1/interfaces \ 53 53 --with-dbussessionservicedir=/usr/share/dbus-1/services \ 54 --with-dbussystemservicedir=/usr/share/dbus-1/system-services</userinput></screen> 54 --with-dbussystemservicedir=/usr/share/dbus-1/system-services \ 55 cc_cv_CFLAGS__flto=no</userinput></screen> 55 56 56 57 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/introduction/common/changelog.xml
rf5d13b5 r09e511ce 38 38 39 39 <listitem> 40 <para>14 August 2014</para> 41 <itemizedlist> 42 <listitem> 43 <para>[Chris] - Disabled LTO for systemd build so it doesn't link 44 to libgcc_s. Thanks to Armin K. for the solution.</para> 45 </listitem> 46 </itemizedlist> 47 </listitem> 48 49 <listitem> 40 50 <para>10 August 2014</para> 41 51 <itemizedlist>
Note:
See TracChangeset
for help on using the changeset viewer.