refresh toolchain patches, add ubicom32 patch to gcc 4.4.1 and 4.4.2
SVN-Revision: 18114
This commit is contained in:
parent
0a18260fed
commit
903704d98b
4 changed files with 18779 additions and 5 deletions
9386
toolchain/gcc/patches/4.4.1/600-ubicom_support.patch
Normal file
9386
toolchain/gcc/patches/4.4.1/600-ubicom_support.patch
Normal file
File diff suppressed because it is too large
Load diff
|
@ -1,5 +1,7 @@
|
|||
--- a/gcc/config.gcc
|
||||
+++ b/gcc/config.gcc
|
||||
Index: gcc-4.4.1/gcc/config.gcc
|
||||
===================================================================
|
||||
--- gcc-4.4.1.orig/gcc/config.gcc 2009-10-21 16:14:24.000000000 +0200
|
||||
+++ gcc-4.4.1/gcc/config.gcc 2009-10-21 16:14:25.000000000 +0200
|
||||
@@ -1499,6 +1499,7 @@
|
||||
if test x$sjlj != x1; then
|
||||
tmake_file="$tmake_file m68k/t-slibgcc-elf-ver"
|
||||
|
|
9386
toolchain/gcc/patches/4.4.2/600-ubicom_support.patch
Normal file
9386
toolchain/gcc/patches/4.4.2/600-ubicom_support.patch
Normal file
File diff suppressed because it is too large
Load diff
|
@ -1,8 +1,8 @@
|
|||
Index: gcc-4.4.2/gcc/config.gcc
|
||||
===================================================================
|
||||
--- gcc-4.4.2.orig/gcc/config.gcc 2009-10-21 08:24:59.000000000 +0200
|
||||
+++ gcc-4.4.2/gcc/config.gcc 2009-10-21 08:24:59.000000000 +0200
|
||||
@@ -1516,6 +1516,7 @@
|
||||
--- gcc-4.4.2.orig/gcc/config.gcc 2009-10-21 16:19:39.000000000 +0200
|
||||
+++ gcc-4.4.2/gcc/config.gcc 2009-10-21 16:19:40.000000000 +0200
|
||||
@@ -1506,6 +1506,7 @@
|
||||
if test x$sjlj != x1; then
|
||||
tmake_file="$tmake_file m68k/t-slibgcc-elf-ver"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue