Changeset 3a9780d for BOOK/final-system
- Timestamp:
- Jul 26, 2009, 10:19:42 PM (15 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- ccf86eae
- Parents:
- 26fee55 (diff), 444a746 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Location:
- BOOK/final-system
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/ppc/gcc.xml
r26fee55 r3a9780d 58 58 xpointer="xpointer(//*[@os='j'])"/> 59 59 60 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 61 href="../common/gcc.xml" 62 xpointer="xpointer(//*[@os='k'])"/> 60 <screen os="k"><userinput>make STAGE1_CFLAGS="-g -O2"</userinput></screen> 63 61 64 62 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/final-system/ppc/parted.xml
r26fee55 r3a9780d 30 30 <para os="a">Prepare Parted for compilation:</para> 31 31 32 <screen><userinput>./configure --prefix=/usr --disable- Werror</userinput></screen>32 <screen><userinput>./configure --prefix=/usr --disable-device-mapper</userinput></screen> 33 33 34 34 <variablelist os="b"> … … 36 36 37 37 <varlistentry os="b1"> 38 <term><parameter>--disable- Werror</parameter></term>38 <term><parameter>--disable-device-mapper</parameter></term> 39 39 <listitem> 40 <para>The Makefile defaults to using -Werror. With <package>gcc&gcc-version;</package> 41 that flag causes it to treat warnings (in this case, that C99 inline functions will 42 be compiled as GNU89) as errors. So, we disable the option.</para> 40 <para>This disables the use of the device-mapper library, which we do 41 not install in CLFS.</para> 43 42 </listitem> 44 43 </varlistentry> -
BOOK/final-system/ppc64/gcc.xml
r26fee55 r3a9780d 51 51 52 52 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 53 href="../ common/gcc.xml"53 href="../ppc/gcc.xml" 54 54 xpointer="xpointer(//*[@os='k'])"/> 55 55 -
BOOK/final-system/ppc64/parted.xml
r26fee55 r3a9780d 26 26 xpointer="xpointer(//*[@os='a'])"/> 27 27 28 <screen><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr --libdir=/usr/lib64 --disable-Werror</userinput></screen> 28 <screen><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr --libdir=/usr/lib64 \ 29 --disable-device-mapper</userinput></screen> 29 30 30 31 <variablelist os="b">
Note:
See TracChangeset
for help on using the changeset viewer.