Ignore:
Timestamp:
07/06/09 15:21:17 (4 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
('master', '5ea4e55860c61746fb61f12cd3c83d270ee17451')('clfs-1.2', '0d1a577466382847256b44170acecbd2e8cdc0c5')('simp', '271d1f963630b9cb390baf1ee2d8bdfe7d14e340')('systemd', 'ec008670fee2dc8086a6ce805d4831378d59895d')
Children:
2c06fa558b853f2c95a4e0e942116211836516bc
Parents:
5fdc96520249f4c5502c758777cb8911ddfeeb41
git-author:
Joe Ciccone <jciccone@gmail.com>2009-07-06 11:21:17-04:00
git-committer:
Joe Ciccone <jciccone@gmail.com>2009-07-06 11:21:17-04:00
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

    r5aec070 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.