Changeset ddcf365 in mainline


Ignore:
Timestamp:
2006-03-02T22:34:59Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f76fed4
Parents:
9459255
Message:

Upgrade toolchain build scripts to install binutils 2.16.1 and gcc 4.1.0.
The only exception is ia64, where the kernel does not build with gcc 4.1.0.

Files:
13 edited

Legend:

Unmodified
Added
Removed
  • contrib/toolchain/toolchain.amd64.sh

    r9459255 rddcf365  
    1616}
    1717
    18 BINUTILS_VERSION="2.16"
    19 GCC_VERSION="4.0.1"
     18BINUTILS_VERSION="2.16.1"
     19GCC_VERSION="4.1.0"
    2020
    2121BINUTILS="binutils-${BINUTILS_VERSION}.tar.gz"
  • contrib/toolchain/toolchain.ia32.sh

    r9459255 rddcf365  
    1616}
    1717
    18 BINUTILS_VERSION="2.16"
    19 GCC_VERSION="4.0.1"
     18BINUTILS_VERSION="2.16.1"
     19GCC_VERSION="4.1.0"
    2020
    2121BINUTILS="binutils-${BINUTILS_VERSION}.tar.gz"
  • contrib/toolchain/toolchain.ia64.sh

    r9459255 rddcf365  
    1616}
    1717
    18 BINUTILS_VERSION="2.16"
     18BINUTILS_VERSION="2.16.1"
    1919GCC_VERSION="4.0.1"
    2020
  • contrib/toolchain/toolchain.mipseb32.sh

    r9459255 rddcf365  
    1616}
    1717
    18 BINUTILS_VERSION="2.16"
    19 GCC_VERSION="4.0.1"
     18BINUTILS_VERSION="2.16.1"
     19GCC_VERSION="4.1.0"
    2020
    2121BINUTILS="binutils-${BINUTILS_VERSION}.tar.gz"
  • contrib/toolchain/toolchain.mipsel32.sh

    r9459255 rddcf365  
    1616}
    1717
    18 BINUTILS_VERSION="2.16"
    19 GCC_VERSION="4.0.1"
     18BINUTILS_VERSION="2.16.1"
     19GCC_VERSION="4.1.0"
    2020
    2121BINUTILS="binutils-${BINUTILS_VERSION}.tar.gz"
  • contrib/toolchain/toolchain.ppc32.sh

    r9459255 rddcf365  
    1616}
    1717
    18 BINUTILS_VERSION="2.16"
    19 GCC_VERSION="4.0.1"
     18BINUTILS_VERSION="2.16.1"
     19GCC_VERSION="4.1.0"
    2020
    2121BINUTILS="binutils-${BINUTILS_VERSION}.tar.gz"
  • contrib/toolchain/toolchain.ppc64.sh

    r9459255 rddcf365  
    1616}
    1717
    18 BINUTILS_VERSION="2.16"
    19 GCC_VERSION="4.0.1"
     18BINUTILS_VERSION="2.16.1"
     19GCC_VERSION="4.1.0"
    2020
    2121BINUTILS="binutils-${BINUTILS_VERSION}.tar.gz"
  • contrib/toolchain/toolchain.sparc64.sh

    r9459255 rddcf365  
    1616}
    1717
    18 BINUTILS_VERSION="2.16"
    19 GCC_VERSION="4.0.1"
     18BINUTILS_VERSION="2.16.1"
     19GCC_VERSION="4.1.0"
    2020
    2121BINUTILS="binutils-${BINUTILS_VERSION}.tar.gz"
  • doc/arch/amd64

    r9459255 rddcf365  
    2828        o Simics 2.2.19
    2929        o QEMU 0.8.0
     30
     31TOOLCHAIN REQUIREMENTS
     32        o binutils 2.16, 2.16.1
     33        o gcc 4.0.1, gcc 4.1.0
     34        o older versions may do as well, but are now obsoleted
  • doc/arch/ia32

    r9459255 rddcf365  
    1010HARDWARE REQUIREMENTS
    1111        o IA-32 processor (Pentium and successors)
    12 
    13 COMPILER REQUIREMENTS
    14         o binutils 2.15 and gcc 3.3.5
    15         o binutils 2.16 and gcc 4.0.1
    16         o older versions may do as well, but are now obsoleted
    1712
    1813SMP COMPATIBILITY
     
    3732        o Simics 2.2.19
    3833        o QEMU 0.8.0
     34
     35TOOLCHAIN REQUIREMENTS
     36        o binutils 2.15, 2.16, 2.16.1
     37        o gcc 3.3.5, 4.0.1, 4.1.0
     38        o older versions may do as well, but are now obsoleted
  • doc/arch/ia64

    r9459255 rddcf365  
    1111        o ski
    1212
    13 COMPILER REQUIREMENTS
    14         o IA-64 binutils 2.15 and gcc 4.0.0 cross compiler
     13TOOLCHAIN REQUIREMENTS
     14        o binutils 2.15, 2.16
     15        o gcc 4.0.0
    1516        o older versions may do as well, but are now obsoleted
  • doc/arch/mips32

    r9459255 rddcf365  
    1414        o QED R4600
    1515
    16 COMPILER REQUIREMENTS
    17         o mips binutils 2.16 and gcc 4.0.1 cross compiler
    18         o older versions may do as well, but are now obsoleted
    19 
    2016EMULATORS AND VIRTUALIZERS
    2117        o msim 1.2.8
    2218        o gxemul - both big and little endian
    2319        o simics 2.2.19
     20
     21TOOLCHAIN REQUIREMENTS
     22        o binutils 2.16, 2.16.1
     23        o gcc 4.0.1, 4.1.0
     24        o older versions may do as well, but are now obsoleted
  • doc/arch/ppc32

    r9459255 rddcf365  
    1212        o PearPC
    1313
    14 COMPILER REQUIREMENTS
    15         o binutils 2.16 and gcc 4.0.1
     14TOOLCHAIN REQUIREMENTS
     15        o binutils 2.16
     16        o gcc 4.0.1
Note: See TracChangeset for help on using the changeset viewer.