Changeset d4668392 in mainline
- Timestamp:
- 2009-01-18T19:52:58Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ff50f40
- Parents:
- 8ea0308
- Location:
- contrib/toolchain
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
contrib/toolchain/toolchain.amd64.sh
r8ea0308 rd4668392 20 20 fi 21 21 22 BINUTILS_VERSION="2.1 8"22 BINUTILS_VERSION="2.19" 23 23 GCC_VERSION="4.3.2" 24 24 -
contrib/toolchain/toolchain.arm32.sh
r8ea0308 rd4668392 20 20 fi 21 21 22 BINUTILS_VERSION="2.1 8"22 BINUTILS_VERSION="2.19" 23 23 GCC_VERSION="4.3.2" 24 24 -
contrib/toolchain/toolchain.ia32.sh
r8ea0308 rd4668392 20 20 fi 21 21 22 BINUTILS_VERSION="2.1 8"22 BINUTILS_VERSION="2.19" 23 23 GCC_VERSION="4.3.2" 24 24 -
contrib/toolchain/toolchain.ia64.sh
r8ea0308 rd4668392 20 20 fi 21 21 22 BINUTILS_VERSION="2.1 8"22 BINUTILS_VERSION="2.19" 23 23 GCC_VERSION="4.3.2" 24 24 -
contrib/toolchain/toolchain.mipseb32.sh
r8ea0308 rd4668392 20 20 fi 21 21 22 BINUTILS_VERSION="2.1 8"23 GCC_VERSION="4.3. 1"22 BINUTILS_VERSION="2.19" 23 GCC_VERSION="4.3.2" 24 24 25 25 BINUTILS="binutils-${BINUTILS_VERSION}.tar.gz" … … 85 85 cd "${BINUTILSDIR}" 86 86 check_error $? "Change directory failed." 87 patch -p1 <<EOF 88 diff -Naur binutils-2.19.orig/bfd/elfxx-mips.c binutils-2.19/bfd/elfxx-mips.c 89 --- binutils-2.19.orig/bfd/elfxx-mips.c 2008-08-18 20:14:04.000000000 +0200 90 +++ binutils-2.19/bfd/elfxx-mips.c 2009-01-18 18:14:47.292011299 +0100 91 @@ -1409,7 +1409,7 @@ 92 function, or 0 if we can't decide which function that is. */ 93 94 static unsigned long 95 -mips16_stub_symndx (asection *sec, const Elf_Internal_Rela *relocs, 96 +mips16_stub_symndx (asection *sec __attribute__((unused)), const Elf_Internal_Rela *relocs, 97 const Elf_Internal_Rela *relend) 98 { 99 const Elf_Internal_Rela *rel; 100 EOF 101 check_error $? "Error patching binutils" 87 102 ./configure "--target=${TARGET}" "--prefix=${PREFIX}" "--program-prefix=${TARGET}-" "--disable-nls" 88 103 check_error $? "Error configuring binutils." -
contrib/toolchain/toolchain.mipsel32.sh
r8ea0308 rd4668392 20 20 fi 21 21 22 BINUTILS_VERSION="2.1 8"23 GCC_VERSION="4.3. 1"22 BINUTILS_VERSION="2.19" 23 GCC_VERSION="4.3.2" 24 24 25 25 BINUTILS="binutils-${BINUTILS_VERSION}.tar.gz" -
contrib/toolchain/toolchain.ppc32.sh
r8ea0308 rd4668392 20 20 fi 21 21 22 BINUTILS_VERSION="2.1 8"22 BINUTILS_VERSION="2.19" 23 23 GCC_VERSION="4.3.2" 24 24 -
contrib/toolchain/toolchain.ppc64.sh
r8ea0308 rd4668392 20 20 fi 21 21 22 BINUTILS_VERSION="2.1 8"23 GCC_VERSION="4.3. 1"22 BINUTILS_VERSION="2.19" 23 GCC_VERSION="4.3.2" 24 24 25 25 BINUTILS="binutils-${BINUTILS_VERSION}.tar.gz"
Note:
See TracChangeset
for help on using the changeset viewer.