Changeset 20d3358
- Timestamp:
- Jul 6, 2009, 8:21:17 AM (15 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 2c06fa5
- Parents:
- 5fdc965
- Location:
- BOOK
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/introduction/common/changelog.xml
r5fdc965 r20d3358 40 40 <para>July 6, 2009</para> 41 41 <itemizedlist> 42 <listitem> 43 <para>[jciccone] - Replaced the sed to correct the GMP/MPFR/CLooG/PPL 44 search paths to one that just removes the search paths. In 45 combination with removing the --with- arguments from configure this 46 corrects the compiler/header and library mis-match problems.</para> 47 </listitem> 42 48 <listitem> 43 49 <para>[Chris] - Moved DHCPCD to Network section.</para> -
BOOK/temp-system/64/gcc.xml
r5fdc965 r20d3358 83 83 --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \ 84 84 --libexecdir=/tools/lib --with-local-prefix=/tools --enable-long-long \ 85 --with-mpfr=/tools --with-gmp=/tools --with-ppl=/tools --with-cloog=/tools \86 85 --enable-c99 --enable-shared --enable-threads=posix --disable-nls \ 87 86 --enable-__cxa_atexit --enable-languages=c,c++ --disable-libstdcxx-pch</userinput></screen> -
BOOK/temp-system/common/gcc.xml
r5fdc965 r20d3358 80 80 --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \ 81 81 --with-local-prefix=/tools --enable-long-long --enable-c99 \ 82 --with-mpfr=/tools --with-gmp=/tools --with-ppl=/tools --with-cloog=/tools \83 82 --enable-shared --enable-threads=posix --enable-__cxa_atexit \ 84 83 --disable-nls --enable-languages=c,c++ --disable-libstdcxx-pch \ … … 106 105 107 106 <screen os="ts2"><userinput>cp Makefile{,.orig} 108 sed "/^HOST_\(GMP\|PPL\|CLOOG\)\(LIBS\|INC\)/s: /tools:/cross-tools:g" \107 sed "/^HOST_\(GMP\|PPL\|CLOOG\)\(LIBS\|INC\)/s:-[IL]/\(lib\|include\)::" \ 109 108 Makefile.orig > Makefile</userinput></screen> 110 109 -
BOOK/temp-system/mips64/gcc.xml
r5fdc965 r20d3358 83 83 --libdir=/tools/lib64 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 84 84 --target=${CLFS_TARGET} --with-local-prefix=/tools --enable-long-long \ 85 --with-mpfr=/tools --with-gmp=/tools --with-ppl=/tools --with-cloog=/tools \86 85 --enable-c99 --enable-shared --enable-threads=posix \ 87 86 --enable-__cxa_atexit --disable-nls --enable-languages=c,c++ \ -
BOOK/temp-system/multilib/gcc.xml
r5fdc965 r20d3358 83 83 --libdir=/tools/lib64 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 84 84 --target=${CLFS_TARGET} --with-local-prefix=/tools --enable-long-long \ 85 --with-mpfr=/tools --with-gmp=/tools --with-ppl=/tools --with-cloog=/tools \86 85 --enable-c99 --enable-shared --enable-threads=posix \ 87 86 --enable-__cxa_atexit --disable-nls --enable-languages=c,c++ \
Note:
See TracChangeset
for help on using the changeset viewer.