Changeset 8d37a06 in mainline


Ignore:
Timestamp:
2007-03-27T22:35:16Z (17 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2057572
Parents:
5d7daff
Message:

move to GCC 4.1.2, make scripts really host platform independent
remove orphaned libobjc

Location:
contrib/toolchain
Files:
9 edited

Legend:

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

    r5d7daff r8d37a06  
    1717
    1818BINUTILS_VERSION="2.17"
    19 GCC_VERSION="4.1.1"
     19GCC_VERSION="4.1.2"
    2020
    2121BINUTILS="binutils-${BINUTILS_VERSION}.tar.gz"
     
    3030WORKDIR=`pwd`
    3131TARGET="${PLATFORM}-linux-gnu"
    32 HOST="i686-pc-linux-gnu"
    3332PREFIX="/usr/local/${PLATFORM}"
    3433BINUTILSDIR="${WORKDIR}/binutils-${BINUTILS_VERSION}"
     
    8281cd "${BINUTILSDIR}"
    8382check_error $? "Change directory failed."
    84 ./configure "--host=${HOST}" "--target=${TARGET}" "--prefix=${PREFIX}" "--program-prefix=${TARGET}-" "--disable-nls"
     83./configure "--target=${TARGET}" "--prefix=${PREFIX}" "--program-prefix=${TARGET}-" "--disable-nls"
    8584check_error $? "Error configuring binutils."
    8685make all install
     
    9089cd "${OBJDIR}"
    9190check_error $? "Change directory failed."
    92 "${GCCDIR}/configure" "--host=${HOST}" "--target=${TARGET}" "--prefix=${PREFIX}" "--program-prefix=${TARGET}-" --with-gnu-as --with-gnu-ld --disable-nls --disable-threads --enable-languages=c,objc,c++,obj-c++ --disable-multilib --disable-libgcj --without-headers --disable-shared
     91"${GCCDIR}/configure" "--target=${TARGET}" "--prefix=${PREFIX}" "--program-prefix=${TARGET}-" --with-gnu-as --with-gnu-ld --disable-nls --disable-threads --enable-languages=c,objc,c++,obj-c++ --disable-multilib --disable-libgcj --without-headers --disable-shared
    9392check_error $? "Error configuring GCC."
    9493PATH="${PATH}:${PREFIX}/bin" make all-gcc install-gcc
  • contrib/toolchain/toolchain.arm32.sh

    r5d7daff r8d37a06  
    1717
    1818BINUTILS_VERSION="2.17"
    19 GCC_VERSION="4.1.1"
     19GCC_VERSION="4.1.2"
    2020
    2121BINUTILS="binutils-${BINUTILS_VERSION}.tar.gz"
     
    3030WORKDIR=`pwd`
    3131TARGET="${PLATFORM}-linux-gnu"
    32 HOST="i86pc-linux-gnu"
    3332PREFIX="/usr/local/${PLATFORM}"
    3433BINUTILSDIR="${WORKDIR}/binutils-${BINUTILS_VERSION}"
     
    8281cd "${BINUTILSDIR}"
    8382check_error $? "Change directory failed."
    84 ./configure "--host=${HOST}" "--target=${TARGET}" "--prefix=${PREFIX}" "--program-prefix=${TARGET}-" "--disable-nls"
     83./configure "--target=${TARGET}" "--prefix=${PREFIX}" "--program-prefix=${TARGET}-" "--disable-nls"
    8584check_error $? "Error configuring binutils."
    8685make all install
     
    9089cd "${OBJDIR}"
    9190check_error $? "Change directory failed."
    92 "${GCCDIR}/configure" "--host=${HOST}" "--target=${TARGET}" "--prefix=${PREFIX}" "--program-prefix=${TARGET}-" --with-gnu-as --with-gnu-ld --disable-nls --disable-threads --enable-languages=c,objc,c++,obj-c++ --disable-multilib --disable-libgcj --without-headers --disable-shared
     91"${GCCDIR}/configure" "--target=${TARGET}" "--prefix=${PREFIX}" "--program-prefix=${TARGET}-" --with-gnu-as --with-gnu-ld --disable-nls --disable-threads --enable-languages=c,objc,c++,obj-c++ --disable-multilib --disable-libgcj --without-headers --disable-shared
    9392check_error $? "Error configuring GCC."
    9493PATH="${PATH}:${PREFIX}/bin" make all-gcc install-gcc
  • contrib/toolchain/toolchain.ia32.sh

    r5d7daff r8d37a06  
    1717
    1818BINUTILS_VERSION="2.17"
    19 GCC_VERSION="4.1.1"
     19GCC_VERSION="4.1.2"
    2020
    2121BINUTILS="binutils-${BINUTILS_VERSION}.tar.gz"
     
    3030WORKDIR=`pwd`
    3131TARGET="${PLATFORM}-pc-linux-gnu"
    32 HOST="i686-pc-linux-gnu"
    3332PREFIX="/usr/local/${PLATFORM}"
    3433BINUTILSDIR="${WORKDIR}/binutils-${BINUTILS_VERSION}"
     
    8281cd "${BINUTILSDIR}"
    8382check_error $? "Change directory failed."
    84 ./configure "--host=${HOST}" "--target=${TARGET}" "--prefix=${PREFIX}" "--program-prefix=${TARGET}-" "--disable-nls"
     83./configure "--target=${TARGET}" "--prefix=${PREFIX}" "--program-prefix=${TARGET}-" "--disable-nls"
    8584check_error $? "Error configuring binutils."
    8685make all install
     
    9089cd "${OBJDIR}"
    9190check_error $? "Change directory failed."
    92 "${GCCDIR}/configure" "--host=${HOST}" "--target=${TARGET}" "--prefix=${PREFIX}" "--program-prefix=${TARGET}-" --with-gnu-as --with-gnu-ld --disable-nls --disable-threads --enable-languages=c,objc,c++,obj-c++ --disable-multilib --disable-libgcj --without-headers --disable-shared
     91"${GCCDIR}/configure" "--target=${TARGET}" "--prefix=${PREFIX}" "--program-prefix=${TARGET}-" --with-gnu-as --with-gnu-ld --disable-nls --disable-threads --enable-languages=c,objc,c++,obj-c++ --disable-multilib --disable-libgcj --without-headers --disable-shared
    9392check_error $? "Error configuring GCC."
    9493PATH="${PATH}:${PREFIX}/bin" make all-gcc install-gcc
  • contrib/toolchain/toolchain.ia64.sh

    r5d7daff r8d37a06  
    1717
    1818BINUTILS_VERSION="2.17"
    19 GCC_VERSION="4.1.1"
     19GCC_VERSION="4.1.2"
    2020
    2121INCLUDES="ia64-pc-gnu-linux_includes.tar.bz2"
     
    3232WORKDIR=`pwd`
    3333TARGET="${PLATFORM}-pc-linux-gnu"
    34 HOST="i686-pc-linux-gnu"
    3534PREFIX="/usr/local/${PLATFORM}"
    3635INCLUDESDIR="${WORKDIR}/include"
     
    9190cd "${BINUTILSDIR}"
    9291check_error $? "Change directory failed."
    93 ./configure "--host=${HOST}" "--target=${TARGET}" "--prefix=${PREFIX}" "--program-prefix=${TARGET}-" "--disable-nls"
     92./configure "--target=${TARGET}" "--prefix=${PREFIX}" "--program-prefix=${TARGET}-" "--disable-nls"
    9493check_error $? "Error configuring binutils."
    9594make all install
     
    9998cd "${OBJDIR}"
    10099check_error $? "Change directory failed."
    101 "${GCCDIR}/configure" "--host=${HOST}" "--target=${TARGET}" "--prefix=${PREFIX}" "--program-prefix=${TARGET}-" --with-gnu-as --with-gnu-ld --disable-nls --disable-threads --enable-languages=c,objc,c++,obj-c++ --disable-multilib --disable-libgcj "--with-headers=${INCLUDESDIR}" --disable-shared
     100"${GCCDIR}/configure" "--target=${TARGET}" "--prefix=${PREFIX}" "--program-prefix=${TARGET}-" --with-gnu-as --with-gnu-ld --disable-nls --disable-threads --enable-languages=c,objc,c++,obj-c++ --disable-multilib --disable-libgcj "--with-headers=${INCLUDESDIR}" --disable-shared
    102101check_error $? "Error configuring GCC."
    103102PATH="${PATH}:${PREFIX}/bin" make all-gcc install-gcc
  • contrib/toolchain/toolchain.mipseb32.sh

    r5d7daff r8d37a06  
    1717
    1818BINUTILS_VERSION="2.16.1"
    19 GCC_VERSION="4.1.1"
     19GCC_VERSION="4.1.2"
    2020
    2121BINUTILS="binutils-${BINUTILS_VERSION}.tar.gz"
     
    3030WORKDIR=`pwd`
    3131TARGET="${PLATFORM}-sgi-irix5"
    32 HOST="i686-pc-linux-gnu"
    3332PREFIX="/usr/local/${PLATFORM}"
    3433BINUTILSDIR="${WORKDIR}/binutils-${BINUTILS_VERSION}"
     
    8281cd "${BINUTILSDIR}"
    8382check_error $? "Change directory failed."
    84 ./configure "--host=${HOST}" "--target=${TARGET}" "--prefix=${PREFIX}" "--program-prefix=${TARGET}-" "--disable-nls"
     83./configure "--target=${TARGET}" "--prefix=${PREFIX}" "--program-prefix=${TARGET}-" "--disable-nls"
    8584check_error $? "Error configuring binutils."
    8685make all install
     
    9089cd "${OBJDIR}"
    9190check_error $? "Change directory failed."
    92 "${GCCDIR}/configure" "--host=${HOST}" "--target=${TARGET}" "--prefix=${PREFIX}" "--program-prefix=${TARGET}-" --with-gnu-as --with-gnu-ld --disable-nls --disable-threads --enable-languages=c,objc,c++,obj-c++ --disable-multilib --disable-libgcj --without-headers --disable-shared
     91"${GCCDIR}/configure" "--target=${TARGET}" "--prefix=${PREFIX}" "--program-prefix=${TARGET}-" --with-gnu-as --with-gnu-ld --disable-nls --disable-threads --enable-languages=c,objc,c++,obj-c++ --disable-multilib --disable-libgcj --without-headers --disable-shared
    9392check_error $? "Error configuring GCC."
    9493PATH="${PATH}:${PREFIX}/bin" make all-gcc install-gcc
  • contrib/toolchain/toolchain.mipsel32.sh

    r5d7daff r8d37a06  
    1717
    1818BINUTILS_VERSION="2.17"
    19 GCC_VERSION="4.1.1"
     19GCC_VERSION="4.1.2"
    2020
    2121BINUTILS="binutils-${BINUTILS_VERSION}.tar.gz"
     
    3030WORKDIR=`pwd`
    3131TARGET="${PLATFORM}-linux-gnu"
    32 HOST="i686-pc-linux-gnu"
    3332PREFIX="/usr/local/${PLATFORM}"
    3433BINUTILSDIR="${WORKDIR}/binutils-${BINUTILS_VERSION}"
     
    8281cd "${BINUTILSDIR}"
    8382check_error $? "Change directory failed."
    84 ./configure "--host=${HOST}" "--target=${TARGET}" "--prefix=${PREFIX}" "--program-prefix=${TARGET}-" "--disable-nls"
     83./configure "--target=${TARGET}" "--prefix=${PREFIX}" "--program-prefix=${TARGET}-" "--disable-nls"
    8584check_error $? "Error configuring binutils."
    8685make all install
     
    9089cd "${OBJDIR}"
    9190check_error $? "Change directory failed."
    92 "${GCCDIR}/configure" "--host=${HOST}" "--target=${TARGET}" "--prefix=${PREFIX}" "--program-prefix=${TARGET}-" --with-gnu-as --with-gnu-ld --disable-nls --disable-threads --enable-languages=c,objc,c++,obj-c++ --disable-multilib --disable-libgcj --without-headers --disable-shared
     91"${GCCDIR}/configure" "--target=${TARGET}" "--prefix=${PREFIX}" "--program-prefix=${TARGET}-" --with-gnu-as --with-gnu-ld --disable-nls --disable-threads --enable-languages=c,objc,c++,obj-c++ --disable-multilib --disable-libgcj --without-headers --disable-shared
    9392check_error $? "Error configuring GCC."
    9493PATH="${PATH}:${PREFIX}/bin" make all-gcc install-gcc
  • contrib/toolchain/toolchain.ppc32.sh

    r5d7daff r8d37a06  
    1717
    1818BINUTILS_VERSION="2.17"
    19 GCC_VERSION="4.1.1"
     19GCC_VERSION="4.1.2"
    2020
    2121BINUTILS="binutils-${BINUTILS_VERSION}.tar.gz"
     
    3030WORKDIR=`pwd`
    3131TARGET="${PLATFORM}-linux-gnu"
    32 HOST="i686-pc-linux-gnu"
    3332PREFIX="/usr/local/${PLATFORM}"
    3433BINUTILSDIR="${WORKDIR}/binutils-${BINUTILS_VERSION}"
     
    8281cd "${BINUTILSDIR}"
    8382check_error $? "Change directory failed."
    84 ./configure "--host=${HOST}" "--target=${TARGET}" "--prefix=${PREFIX}" "--program-prefix=${TARGET}-" "--disable-nls"
     83./configure "--target=${TARGET}" "--prefix=${PREFIX}" "--program-prefix=${TARGET}-" "--disable-nls"
    8584check_error $? "Error configuring binutils."
    8685make all install
     
    9089cd "${OBJDIR}"
    9190check_error $? "Change directory failed."
    92 "${GCCDIR}/configure" "--host=${HOST}" "--target=${TARGET}" "--prefix=${PREFIX}" "--program-prefix=${TARGET}-" --with-gnu-as --with-gnu-ld --disable-nls --disable-threads --enable-languages=c,objc,c++,obj-c++ --disable-multilib --disable-libgcj --without-headers --disable-shared
     91"${GCCDIR}/configure" "--target=${TARGET}" "--prefix=${PREFIX}" "--program-prefix=${TARGET}-" --with-gnu-as --with-gnu-ld --disable-nls --disable-threads --enable-languages=c,objc,c++,obj-c++ --disable-multilib --disable-libgcj --without-headers --disable-shared
    9392check_error $? "Error configuring GCC."
    9493PATH="${PATH}:${PREFIX}/bin" make all-gcc install-gcc
  • contrib/toolchain/toolchain.ppc64.sh

    r5d7daff r8d37a06  
    1717
    1818BINUTILS_VERSION="2.17"
    19 GCC_VERSION="4.1.1"
     19GCC_VERSION="4.1.2"
    2020
    2121BINUTILS="binutils-${BINUTILS_VERSION}.tar.gz"
     
    3030WORKDIR=`pwd`
    3131TARGET="${PLATFORM}-linux-gnu"
    32 HOST="i686-pc-linux-gnu"
    3332PREFIX="/usr/local/${PLATFORM}"
    3433BINUTILSDIR="${WORKDIR}/binutils-${BINUTILS_VERSION}"
     
    8281cd "${BINUTILSDIR}"
    8382check_error $? "Change directory failed."
    84 ./configure "--host=${HOST}" "--target=${TARGET}" "--prefix=${PREFIX}" "--program-prefix=${TARGET}-" "--disable-nls"
     83./configure "--target=${TARGET}" "--prefix=${PREFIX}" "--program-prefix=${TARGET}-" "--disable-nls"
    8584check_error $? "Error configuring binutils."
    8685make all install
     
    9089cd "${OBJDIR}"
    9190check_error $? "Change directory failed."
    92 "${GCCDIR}/configure" "--host=${HOST}" "--target=${TARGET}" "--prefix=${PREFIX}" "--program-prefix=${TARGET}-" --with-gnu-as --with-gnu-ld --disable-nls --disable-threads --enable-languages=c,objc,c++,obj-c++ --disable-multilib --disable-libgcj --without-headers --disable-shared
     91"${GCCDIR}/configure" "--target=${TARGET}" "--prefix=${PREFIX}" "--program-prefix=${TARGET}-" --with-gnu-as --with-gnu-ld --disable-nls --disable-threads --enable-languages=c,objc,c++,obj-c++ --disable-multilib --disable-libgcj --without-headers --disable-shared
    9392check_error $? "Error configuring GCC."
    9493PATH="${PATH}:${PREFIX}/bin" make all-gcc install-gcc
  • contrib/toolchain/toolchain.sparc64.sh

    r5d7daff r8d37a06  
    1717
    1818BINUTILS_VERSION="2.17"
    19 GCC_VERSION="4.1.1"
     19GCC_VERSION="4.1.2"
    2020
    2121BINUTILS="binutils-${BINUTILS_VERSION}.tar.gz"
     
    3030WORKDIR=`pwd`
    3131TARGET="${PLATFORM}-linux-gnu"
    32 HOST="i686-pc-linux-gnu"
    3332PREFIX="/usr/local/${PLATFORM}"
    3433BINUTILSDIR="${WORKDIR}/binutils-${BINUTILS_VERSION}"
     
    8281cd "${BINUTILSDIR}"
    8382check_error $? "Change directory failed."
    84 ./configure "--host=${HOST}" "--target=${TARGET}" "--prefix=${PREFIX}" "--program-prefix=${TARGET}-" "--disable-nls"
     83./configure "--target=${TARGET}" "--prefix=${PREFIX}" "--program-prefix=${TARGET}-" "--disable-nls"
    8584check_error $? "Error configuring binutils."
    8685make all install
     
    9089cd "${OBJDIR}"
    9190check_error $? "Change directory failed."
    92 "${GCCDIR}/configure" "--host=${HOST}" "--target=${TARGET}" "--prefix=${PREFIX}" "--program-prefix=${TARGET}-" --with-gnu-as --with-gnu-ld --disable-nls --disable-threads --enable-languages=c,objc,c++,obj-c++ --disable-multilib --disable-libgcj --without-headers --disable-shared
     91"${GCCDIR}/configure" "--target=${TARGET}" "--prefix=${PREFIX}" "--program-prefix=${TARGET}-" --with-gnu-as --with-gnu-ld --disable-nls --disable-threads --enable-languages=c,objc,c++,obj-c++ --disable-multilib --disable-libgcj --without-headers --disable-shared
    9392check_error $? "Error configuring GCC."
    94 PATH="${PATH}:${PREFIX}/bin" make all-gcc install-gcc all-target-libobjc install-target-libobjc
     93PATH="${PATH}:${PREFIX}/bin" make all-gcc install-gcc
    9594check_error $? "Error compiling/installing GCC."
    9695
Note: See TracChangeset for help on using the changeset viewer.