Changeset a074923 in clfs-sysroot for BOOK/cross-tools/common/glibc.xml
- Timestamp:
- Jul 22, 2007, 4:32:35 AM (17 years ago)
- Branches:
- master
- Children:
- 9568bd5
- Parents:
- 68ed089
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/glibc.xml
r68ed089 ra074923 89 89 <screen os="i"><userinput>BUILD_CC="gcc" CC="${CLFS_TARGET}-gcc" \ 90 90 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> 97 96 98 97 <variablelist os="j"> … … 134 133 <term><parameter>--disable-profile</parameter></term> 135 134 <listitem> 136 <para>This builds the libraries without profiling information. 135 <para>This builds the libraries without profiling information. 137 136 Omit this option if profiling on the temporary tools is necessary.</para> 138 137 </listitem> … … 226 225 export I18NPATH=${PWD}/localedata 227 226 export GCONV_PATH=${PWD}/iconvdata 228 export LOCALEDEF="${PWD}/locale/localedef-native --alias-file=../intl/locale.alias" 227 export LOCALEDEF="${PWD}/locale/localedef-native 228 --alias-file=../intl/locale.alias" 229 229 cd ../glibc-&glibc-version;/localedata 230 230 ${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 232 233 ${LOCALEDEF} -i locales/en_HK -f charmaps/ISO-8859-1 --prefix=${CLFS} en_HK 233 234 ${LOCALEDEF} -i locales/en_PH -f charmaps/ISO-8859-1 --prefix=${CLFS} en_PH … … 236 237 ${LOCALEDEF} -i locales/fa_IR -f charmaps/UTF-8 --prefix=${CLFS} fa_IR 237 238 ${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 239 241 ${LOCALEDEF} -i locales/it_IT -f charmaps/ISO-8859-1 --prefix=${CLFS} it_IT 240 242 ${LOCALEDEF} -i locales/ja_JP -f charmaps/EUC-JP --prefix=${CLFS} ja_JP
Note:
See TracChangeset
for help on using the changeset viewer.