[Clfs-commits] [CLFS Trac] #159: gcc 4.3.0

CLFS Trac trac at cross-lfs.org
Thu May 15 18:07:45 PDT 2008


#159: gcc 4.3.0
-----------------------+----------------------------------------------------
 Reporter:  jciccone   |       Owner:  clfs-commits at lists.cross-lfs.org.
     Type:  task       |      Status:  new                              
 Priority:  major      |   Milestone:                                   
Component:  BOOK       |     Version:                                   
 Keywords:  gcc 4.3.0  |  
-----------------------+----------------------------------------------------
 Will attach updated specs patch.
 The cross search paths patch is not needed anymore.
 Need to update the posix patch.

 mpfr and gmp are needed nativly for gcc.

 {{{
 echo "
 #undef STARTFILE_PREFIX_SPEC
 #define STARTFILE_PREFIX_SPEC \"/tools/lib/\"" >> gcc/config/linux.h
 }}}

 Needs to change to

 {{{
 cp gcc/gcc.c{,.orig}
 sed -e "1i\#define STARTFILE_PREFIX_SPEC \"/tools/lib/\"" \
     gcc/gcc.c.orig > gcc/gcc.c
 }}}

 AR=ar needs to be added to the configure command

-- 
Ticket URL: <http://trac.cross-lfs.org/ticket/159>
CLFS Trac <http://trac.cross-lfs.org>
The Cross Linux From Scratch Project.


More information about the Clfs-commits mailing list