Changeset 4dbd276 for BOOK/temp-system


Ignore:
Timestamp:
Jun 3, 2013, 12:50:47 PM (11 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
fd7a9f3
Parents:
578cf221
Message:

Update to gcc 4.8.0.

Location:
BOOK/temp-system
Files:
8 edited

Legend:

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

    r578cf221 r4dbd276  
    2525    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    2626    href="../../cross-tools/64/gcc-static.xml"
    27     xpointer="xpointer(//*[@os='p1'])"/>
    28 
    29     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    30     href="../../cross-tools/64/gcc-static.xml"
    31     xpointer="xpointer(//*[@os='p2'])"/>
    32 
    33     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    34     href="../../cross-tools/64/gcc-static.xml"
    3527    xpointer="xpointer(//*[@os='aa'])"/>
    3628
     
    4638    href="../../cross-tools/64/gcc-static.xml"
    4739    xpointer="xpointer(//*[@os='ah'])"/>
    48 
    49     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    50     href="../common/gcc.xml"
    51     xpointer="xpointer(//*[@os='cf'])"/>
    52 
    53     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    54     href="../common/gcc.xml"
    55     xpointer="xpointer(//*[@os='cg'])"/>
    5640
    5741    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    7761    --enable-c99 --enable-shared --enable-threads=posix --disable-nls \
    7862    --enable-__cxa_atexit --enable-languages=c,c++ --disable-libstdcxx-pch \
    79     --enable-cloog-backend=isl</userinput></screen>
     63    --enable-cloog-backend=isl --with-system-zlib \
     64    --with-native-system-header-dir=/tools/include \
     65    --disable-cloog-version-check --enable-checking=release \
     66    --enable-libstdcxx-time</userinput></screen>
    8067
    8168    <variablelist>
  • BOOK/temp-system/common/gcc.xml

    r578cf221 r4dbd276  
    2525    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    2626    href="../../cross-tools/common/gcc-static.xml"
    27     xpointer="xpointer(//*[@os='p1'])"/>
    28 
    29     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    30     href="../../cross-tools/common/gcc-static.xml"
    31     xpointer="xpointer(//*[@os='p2'])"/>
    32 
    33     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    34     href="../../cross-tools/common/gcc-static.xml"
    3527    xpointer="xpointer(//*[@os='aa'])"/>
    3628
     
    4638    href="../../cross-tools/common/gcc-static.xml"
    4739    xpointer="xpointer(//*[@os='ah'])"/>
    48 
    49     <para os="cf">Also, we need to set the directory searched by the fixincludes
    50     process for system headers, so it won't look at the host's headers:</para>
    51 
    52 <screen os="cg"><userinput>cp -v gcc/Makefile.in{,.orig}
    53 sed -e 's@\(^NATIVE_SYSTEM_HEADER_DIR =\).*@\1 /tools/include@g' \
    54     gcc/Makefile.in.orig &gt; gcc/Makefile.in</userinput></screen>
    5540
    5641    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    7156<screen os="ck"><userinput>../gcc-&gcc-version;/configure --prefix=/tools \
    7257  --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \
    73   --with-local-prefix=/tools --enable-long-long --enable-c99 \
    74   --enable-shared --enable-threads=posix --enable-__cxa_atexit \
    75   --disable-nls --enable-languages=c,c++ --disable-libstdcxx-pch \
    76   --disable-multilib --enable-cloog-backend=isl</userinput></screen>
     58  --libexecdir=/tools/lib --with-local-prefix=/tools --enable-long-long \
     59  --enable-c99 --enable-shared --enable-threads=posix --disable-multilib \
     60  --disable-nls --enable-__cxa_atexit --enable-languages=c,c++ \
     61  --disable-libstdcxx-pch --enable-cloog-backend=isl --with-system-zlib \
     62  --with-native-system-header-dir=/tools/include --disable-libssp \
     63  --disable-install-libiberty --disable-cloog-version-check \
     64  --enable-checking=release --enable-libstdcxx-time</userinput></screen>
    7765
    7866    <variablelist os="cl">
     
    9482
    9583<screen os="ts2"><userinput>cp -v Makefile{,.orig}
    96 sed "/^HOST_\(GMP\|PPL\|CLOOG\)\(LIBS\|INC\)/s:-[IL]/\(lib\|include\)::" \
     84sed "/^HOST_\(GMP\|CLOOG\)\(LIBS\|INC\)/s:-[IL]/\(lib\|include\)::" \
    9785    Makefile.orig &gt; Makefile</userinput></screen>
    9886
  • BOOK/temp-system/mips/gcc.xml

    r578cf221 r4dbd276  
    2525    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    2626    href="../../cross-tools/common/gcc-static.xml"
    27     xpointer="xpointer(//*[@os='p1'])"/>
    28 
    29     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    30     href="../../cross-tools/common/gcc-static.xml"
    31     xpointer="xpointer(//*[@os='p2'])"/>
    32 
    33     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    34     href="../../cross-tools/common/gcc-static.xml"
    3527    xpointer="xpointer(//*[@os='aa'])"/>
    3628
     
    3830    href="../../cross-tools/common/gcc-static.xml"
    3931    xpointer="xpointer(//*[@os='ab'])"/>
    40 
    41     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    42     href="../../cross-tools/mips/gcc-static.xml"
    43     xpointer="xpointer(//*[@os='f1'])"/>
    44    
    45     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    46     href="../../cross-tools/mips/gcc-static.xml"
    47     xpointer="xpointer(//*[@os='f2'])"/>
    4832
    4933    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    5438    href="../../cross-tools/common/gcc-static.xml"
    5539    xpointer="xpointer(//*[@os='ah'])"/>
    56 
    57     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    58     href="../common/gcc.xml"
    59     xpointer="xpointer(//*[@os='cf'])"/>
    60 
    61     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    62     href="../common/gcc.xml"
    63     xpointer="xpointer(//*[@os='cg'])"/>
    6440
    6541    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/temp-system/mips64-64/gcc.xml

    r578cf221 r4dbd276  
    2525    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    2626    href="../../cross-tools/64/gcc-static.xml"
    27     xpointer="xpointer(//*[@os='p1'])"/>
    28 
    29     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    30     href="../../cross-tools/64/gcc-static.xml"
    31     xpointer="xpointer(//*[@os='p2'])"/>
    32 
    33     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    34     href="../../cross-tools/64/gcc-static.xml"
    3527    xpointer="xpointer(//*[@os='aa'])"/>
    3628
     
    3830    href="../../cross-tools/64/gcc-static.xml"
    3931    xpointer="xpointer(//*[@os='ab'])"/>
    40 
    41     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    42     href="../../cross-tools/mips/gcc-static.xml"
    43     xpointer="xpointer(//*[@os='f1'])"/>
    44    
    45     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    46     href="../../cross-tools/mips/gcc-static.xml"
    47     xpointer="xpointer(//*[@os='f2'])"/>
    4832
    4933    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    5438    href="../../cross-tools/64/gcc-static.xml"
    5539    xpointer="xpointer(//*[@os='ah'])"/>
    56 
    57     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    58     href="../common/gcc.xml"
    59     xpointer="xpointer(//*[@os='cf'])"/>
    60 
    61     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    62     href="../common/gcc.xml"
    63     xpointer="xpointer(//*[@os='cg'])"/>
    6440
    6541    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    8561    --enable-c99 --enable-shared --enable-threads=posix --disable-nls \
    8662    --enable-__cxa_atexit --enable-languages=c,c++ --disable-libstdcxx-pch \
    87     --enable-cloog-backend=isl</userinput></screen>
     63    --enable-cloog-backend=isl --with-system-zlib \
     64    --disable-cloog-version-check --enable-checking=release \
     65    --with-native-system-header-dir=/tools/include --enable-libstdcxx-time</userinput></screen>
    8866
    8967    <variablelist>
  • BOOK/temp-system/mips64/gcc.xml

    r578cf221 r4dbd276  
    2525    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    2626    href="../../cross-tools/multilib/gcc-static.xml"
    27     xpointer="xpointer(//*[@os='p1'])"/>
    28 
    29     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    30     href="../../cross-tools/multilib/gcc-static.xml"
    31     xpointer="xpointer(//*[@os='p2'])"/>
    32 
    33     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    34     href="../../cross-tools/multilib/gcc-static.xml"
    3527    xpointer="xpointer(//*[@os='aa'])"/>
    3628
     
    3830    href="../../cross-tools/multilib/gcc-static.xml"
    3931    xpointer="xpointer(//*[@os='ab'])"/>
    40 
    41     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    42     href="../../cross-tools/mips/gcc-static.xml"
    43     xpointer="xpointer(//*[@os='f1'])"/>
    44    
    45     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    46     href="../../cross-tools/mips/gcc-static.xml"
    47     xpointer="xpointer(//*[@os='f2'])"/>
    4832
    4933    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    5438    href="../../cross-tools/multilib/gcc-static.xml"
    5539    xpointer="xpointer(//*[@os='ah'])"/>
    56 
    57     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    58     href="../common/gcc.xml"
    59     xpointer="xpointer(//*[@os='cf'])"/>
    60 
    61     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    62     href="../common/gcc.xml"
    63     xpointer="xpointer(//*[@os='cg'])"/>
    6440
    6541    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    8561  --enable-c99 --enable-shared --enable-threads=posix \
    8662  --enable-__cxa_atexit --disable-nls --enable-languages=c,c++ \
    87   --disable-libstdcxx-pch --with-abi=64 --enable-cloog-backend=isl</userinput></screen>
     63  --disable-libstdcxx-pch --with-abi=64 --enable-cloog-backend=isl \
     64  --with-system-zlib --disable-cloog-version-check --enable-checking=release \
     65  --with-native-system-header-dir=/tools/include --enable-libstdcxx-time</userinput></screen>
    8866
    8967    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/temp-system/multilib/gcc.xml

    r578cf221 r4dbd276  
    2525    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    2626    href="../../cross-tools/multilib/gcc-static.xml"
    27     xpointer="xpointer(//*[@os='p1'])"/>
    28 
    29     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    30     href="../../cross-tools/multilib/gcc-static.xml"
    31     xpointer="xpointer(//*[@os='p2'])"/>
    32 
    33     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    34     href="../../cross-tools/multilib/gcc-static.xml"
    3527    xpointer="xpointer(//*[@os='aa'])"/>
    3628
     
    4638    href="../../cross-tools/multilib/gcc-static.xml"
    4739    xpointer="xpointer(//*[@os='ah'])"/>
    48 
    49     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    50     href="../common/gcc.xml"
    51     xpointer="xpointer(//*[@os='cf'])"/>
    52 
    53     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    54     href="../common/gcc.xml"
    55     xpointer="xpointer(//*[@os='cg'])"/>
    5640
    5741    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    7458  ../gcc-&gcc-version;/configure --prefix=/tools \
    7559  --libdir=/tools/lib64 --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    76   --target=${CLFS_TARGET} --with-local-prefix=/tools  --enable-long-long \
    77   --enable-c99 --enable-shared --enable-threads=posix \
    78   --enable-__cxa_atexit --disable-nls --enable-languages=c,c++ \
    79   --disable-libstdcxx-pch --enable-cloog-backend=isl</userinput></screen>
     60  --target=${CLFS_TARGET} --libexecdir=/tools/lib64 --with-local-prefix=/tools \
     61  --enable-long-long --enable-c99 --enable-shared --enable-threads=posix \
     62  --disable-nls --enable-__cxa_atexit --enable-languages=c,c++ \
     63  --disable-libstdcxx-pch --enable-cloog-backend=isl --with-system-zlib \
     64  --with-native-system-header-dir=/tools/include --disable-libssp \
     65  --disable-install-libiberty --disable-cloog-version-check \
     66  --enable-checking=release --enable-libstdcxx-time</userinput></screen>
    8067
    8168    <variablelist os="dd">
  • BOOK/temp-system/ppc/gcc.xml

    r578cf221 r4dbd276  
    2525    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    2626    href="../../cross-tools/common/gcc-static.xml"
    27     xpointer="xpointer(//*[@os='p1'])"/>
    28 
    29     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    30     href="../../cross-tools/common/gcc-static.xml"
    31     xpointer="xpointer(//*[@os='p2'])"/>
    32 
    33     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    34     href="../../cross-tools/common/gcc-static.xml"
    3527    xpointer="xpointer(//*[@os='aa'])"/>
    3628
     
    4638    href="../../cross-tools/ppc/gcc-static.xml"
    4739    xpointer="xpointer(//*[@os='ah'])"/>
    48 
    49     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    50     href="../common/gcc.xml"
    51     xpointer="xpointer(//*[@os='cf'])"/>
    52 
    53     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    54     href="../common/gcc.xml"
    55     xpointer="xpointer(//*[@os='cg'])"/>
    5640
    5741    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/temp-system/ppc64/gcc.xml

    r578cf221 r4dbd276  
    3838    href="../../cross-tools/ppc64/gcc-static.xml"
    3939    xpointer="xpointer(//*[@os='ah'])"/>
    40 
    41     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    42     href="../common/gcc.xml"
    43     xpointer="xpointer(//*[@os='cf'])"/>
    44 
    45     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    46     href="../common/gcc.xml"
    47     xpointer="xpointer(//*[@os='cg'])"/>
    4840
    4941    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.