Changeset 35543b7


Ignore:
Timestamp:
Jul 15, 2007, 6:58:35 PM (17 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
76a43f9
Parents:
5f22e50
Message:

Optimize glibc in the final system for x86_64 and x86_64-64. Thanks gehidore for reporting this.

Location:
BOOK
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/x86_64-64/glibc.xml

    r5f22e50 r35543b7  
    6363    xpointer="xpointer(//*[@os='g'])"/>
    6464
    65 <screen os="h"><userinput>../glibc-&glibc-version;/configure --prefix=/usr \
     65<screen os="h"><userinput>CFLAGS="-mtune=generic -g -O2" \
     66    ../glibc-&glibc-version;/configure --prefix=/usr \
    6667    --disable-profile --enable-add-ons --enable-kernel=2.6.0 \
    6768    --libexecdir=/usr/lib/glibc --libdir=/usr/lib</userinput></screen>
  • BOOK/final-system/x86_64-chapter.xml

    r5f22e50 r35543b7  
    1818  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86_64/linux-headers.xml"/>
    1919  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/man-pages.xml"/>
    20   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/glibc.xml"/>
    21   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/glibc-64bit.xml"/>
     20  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86_64/glibc.xml"/>
     21  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86_64/glibc-64bit.xml"/>
    2222  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86_64/adjusting.xml"/>
    2323  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/binutils.xml"/>
  • BOOK/general.ent

    r5f22e50 r35543b7  
    33<!ENTITY month "07"> <!-- Use two digits -->
    44<!ENTITY month_name "July">
    5 <!ENTITY day "01"> <!-- Use two digits -->
     5<!ENTITY day "15"> <!-- Use two digits -->
    66<!ENTITY year "2007"> <!-- Use four digits -->
    77
Note: See TracChangeset for help on using the changeset viewer.