Changeset c4c7666
- Timestamp:
 - Jul 25, 2010, 6:40:02 PM (15 years ago)
 - Branches:
 - clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
 - Children:
 - e9b21a8
 - Parents:
 - 8199be3
 - Location:
 - BOOK
 - Files:
 - 
      
- 7 edited
 
- 
          
  final-system/common/mpc.xml (modified) (1 diff)
 - 
          
  final-system/multilib/mpc-64bit.xml (modified) (1 diff)
 - 
          
  final-system/multilib/mpc-n32.xml (modified) (1 diff)
 - 
          
  final-system/multilib/mpc.xml (modified) (1 diff)
 - 
          
  temp-system/64/mpc.xml (modified) (1 diff)
 - 
          
  temp-system/common/mpc.xml (modified) (1 diff)
 - 
          
  temp-system/multilib/mpc.xml (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
BOOK/final-system/common/mpc.xml
r8199be3 rc4c7666 30 30 <screen os="b"><userinput>CC="gcc -isystem /usr/include" \ 31 31 LDFLAGS="-Wl,-rpath-link,/lib" \ 32 ./configure --prefix=/usr \ 33 --with-gmp=/usr \ 34 --with-mpc=/usr</userinput></screen> 32 ./configure --prefix=/usr</userinput></screen> 35 33 36 34 <para os="c">Compile the package:</para>  - 
      
BOOK/final-system/multilib/mpc-64bit.xml
r8199be3 rc4c7666 28 28 <screen os="b"><userinput>CC="gcc -isystem /usr/include ${BUILD64}" \ 29 29 LDFLAGS="-Wl,-rpath-link,/lib64 ${BUILD64}" \ 30 ./configure --prefix=/usr --libdir=/usr/lib64 \ 31 --with-gmp=/usr --with-gmp-lib=/usr/lib64 \ 32 --with-mpfr=/usr --with-mpfr-lib=/usr/lib64</userinput></screen> 30 ./configure --prefix=/usr --libdir=/usr/lib64</userinput></screen> 33 31 34 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"  - 
      
BOOK/final-system/multilib/mpc-n32.xml
r8199be3 rc4c7666 29 29 <screen os="b"><userinput>CC="gcc -isystem /usr/include ${BUILDN32}" \ 30 30 LDFLAGS="-Wl,-rpath-link,/lib32 ${BUILDN32}" \ 31 ./configure --prefix=/usr --libdir=/usr/lib32 \ 32 --with-gmp=/usr --with-gmp-lib=/usr/lib32 \ 33 --with-mpfr=/usr --with-mpfr-lib=/usr/lib32</userinput></screen> 31 ./configure --prefix=/usr --libdir=/usr/lib32</userinput></screen> 34 32 35 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"  - 
      
BOOK/final-system/multilib/mpc.xml
r8199be3 rc4c7666 30 30 LDFLAGS="-Wl,-rpath-link,/lib ${BUILD32}" \ 31 31 ./configure --prefix=/usr \ 32 --host=${CLFS_TARGET32} \ 33 --with-gmp=/usr --with-gmp-lib=/usr/lib \ 34 --with-mpfr=/usr --with-mpfr-lib=/usr/lib</userinput></screen> 32 --host=${CLFS_TARGET32}</userinput></screen> 35 33 36 34 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"  - 
      
BOOK/temp-system/64/mpc.xml
r8199be3 rc4c7666 28 28 29 29 <screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 30 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 31 --with-gmp=/tools \ 32 --with-mpfr=/tools</userinput></screen> 30 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 33 31 34 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"  - 
      
BOOK/temp-system/common/mpc.xml
r8199be3 rc4c7666 26 26 27 27 <screen os="b"><userinput>./configure --prefix=/tools \ 28 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 29 --with-gmp=/tools --with-mpfr=/tools</userinput></screen> 28 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 30 29 31 30 <para os="c">Compile the package:</para>  - 
      
BOOK/temp-system/multilib/mpc.xml
r8199be3 rc4c7666 29 29 <screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 30 30 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 31 --libdir=/tools/lib64 \ 32 --with-gmp=/tools --with-gmp-lib=/tools/lib64 \ 33 --with-mpfr=/tools --with-mpfr-lib=/tools/lib64</userinput></screen> 31 --libdir=/tools/lib64</userinput></screen> 34 32 35 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  