Changeset a074923 in clfs-sysroot for BOOK/cross-tools/common/glibc.xml


Ignore:
Timestamp:
Jul 22, 2007, 4:32:35 AM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
master
Children:
9568bd5
Parents:
68ed089
Message:

Some fixes for PDF look.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/common/glibc.xml

    r68ed089 ra074923  
    8989<screen os="i"><userinput>BUILD_CC="gcc" CC="${CLFS_TARGET}-gcc" \
    9090    AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \
    91     ../glibc-&glibc-version;/configure --prefix=/usr --libexecdir=/usr/lib/glibc \
    92     --host=${CLFS_TARGET} --build=${CLFS_HOST} \
    93     --disable-profile --enable-add-ons \
    94     --with-tls --enable-kernel=2.6.0 --with-__thread \
    95     --with-binutils=${CLFS}/cross-tools/bin --with-headers=${CLFS}/usr/include \
    96     --cache-file=config.cache</userinput></screen>
     91    ../glibc-&glibc-version;/configure --prefix=/usr \
     92    --libexecdir=/usr/lib/glibc --host=${CLFS_TARGET} --build=${CLFS_HOST} \
     93    --disable-profile --enable-add-ons --with-tls --enable-kernel=2.6.0 \
     94    --with-__thread --with-binutils=${CLFS}/cross-tools/bin \
     95    --with-headers=${CLFS}/usr/include --cache-file=config.cache</userinput></screen>
    9796
    9897    <variablelist os="j">
     
    134133        <term><parameter>--disable-profile</parameter></term>
    135134        <listitem>
    136           <para>This builds the libraries without profiling information. 
     135          <para>This builds the libraries without profiling information.
    137136          Omit this option if profiling on the temporary tools is necessary.</para>
    138137        </listitem>
     
    226225export I18NPATH=${PWD}/localedata
    227226export GCONV_PATH=${PWD}/iconvdata
    228 export LOCALEDEF="${PWD}/locale/localedef-native --alias-file=../intl/locale.alias"
     227export LOCALEDEF="${PWD}/locale/localedef-native
     228    --alias-file=../intl/locale.alias"
    229229cd ../glibc-&glibc-version;/localedata
    230230${LOCALEDEF} -i locales/de_DE -f charmaps/ISO-8859-1 --prefix=${CLFS} de_DE
    231 ${LOCALEDEF} -i locales/de_DE@euro -f charmaps/ISO-8859-15 --prefix=${CLFS} de_DE@euro
     231${LOCALEDEF} -i locales/de_DE@euro -f charmaps/ISO-8859-15 \
     232    --prefix=${CLFS} de_DE@euro
    232233${LOCALEDEF} -i locales/en_HK -f charmaps/ISO-8859-1 --prefix=${CLFS} en_HK
    233234${LOCALEDEF} -i locales/en_PH -f charmaps/ISO-8859-1 --prefix=${CLFS} en_PH
     
    236237${LOCALEDEF} -i locales/fa_IR -f charmaps/UTF-8 --prefix=${CLFS} fa_IR
    237238${LOCALEDEF} -i locales/fr_FR -f charmaps/ISO-8859-1 --prefix=${CLFS} fr_FR
    238 ${LOCALEDEF} -i locales/fr_FR@euro -f charmaps/ISO-8859-15 --prefix=${CLFS} fr_FR@euro
     239${LOCALEDEF} -i locales/fr_FR@euro -f charmaps/ISO-8859-15 \
     240    --prefix=${CLFS} fr_FR@euro
    239241${LOCALEDEF} -i locales/it_IT -f charmaps/ISO-8859-1 --prefix=${CLFS} it_IT
    240242${LOCALEDEF} -i locales/ja_JP -f charmaps/EUC-JP --prefix=${CLFS} ja_JP
Note: See TracChangeset for help on using the changeset viewer.