Ignore:
Timestamp:
Jul 6, 2009, 8:21:17 AM (15 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:
2c06fa5
Parents:
5fdc965
Message:

Replaced the sed in the temp system gcc. Removed the --with- args that were forcing the wrong search paths for the build.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/temp-system/common/gcc.xml

    r5fdc965 r20d3358  
    8080  --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \
    8181  --with-local-prefix=/tools --enable-long-long --enable-c99 \
    82   --with-mpfr=/tools --with-gmp=/tools --with-ppl=/tools --with-cloog=/tools \
    8382  --enable-shared --enable-threads=posix --enable-__cxa_atexit \
    8483  --disable-nls --enable-languages=c,c++ --disable-libstdcxx-pch \
     
    106105
    107106<screen os="ts2"><userinput>cp Makefile{,.orig}
    108 sed "/^HOST_\(GMP\|PPL\|CLOOG\)\(LIBS\|INC\)/s:/tools:/cross-tools:g" \
     107sed "/^HOST_\(GMP\|PPL\|CLOOG\)\(LIBS\|INC\)/s:-[IL]/\(lib\|include\)::" \
    109108    Makefile.orig &gt; Makefile</userinput></screen>
    110109
Note: See TracChangeset for help on using the changeset viewer.