From 30439e70920e5d91f551d3a35be2efbd89e1852b Mon Sep 17 00:00:00 2001
From: Imre Kaloz <kaloz@openwrt.org>
Date: Tue, 21 Dec 2010 08:13:21 +0000
Subject: [PATCH] add gcc 4.5.2 (replaces 4.5.1)

SVN-Revision: 24746
---
 toolchain/gcc/common.mk                                       | 4 ++--
 toolchain/gcc/patches/{4.5.1 => 4.5.2}/002-fix_pr44392.patch  | 0
 toolchain/gcc/patches/{4.5.1 => 4.5.2}/100-uclibc-conf.patch  | 0
 .../gcc/patches/{4.5.1 => 4.5.2}/301-missing-execinfo_h.patch | 0
 toolchain/gcc/patches/{4.5.1 => 4.5.2}/302-c99-snprintf.patch | 0
 .../{4.5.1 => 4.5.2}/305-libmudflap-susv3-legacy.patch        | 0
 .../gcc/patches/{4.5.1 => 4.5.2}/600-ubicom_support.patch     | 0
 .../patches/{4.5.1 => 4.5.2}/810-arm-softfloat-libgcc.patch   | 0
 toolchain/gcc/patches/{4.5.1 => 4.5.2}/820-libgcc_pic.patch   | 0
 toolchain/gcc/patches/{4.5.1 => 4.5.2}/910-mbsd_multi.patch   | 0
 .../{4.5.1 => 4.5.2}/993-arm_insn-opinit-RTX_CODE-fixup.patch | 0
 toolchain/gcc/patches/{4.5.1 => 4.5.2}/999-coldfire.patch     | 0
 12 files changed, 2 insertions(+), 2 deletions(-)
 rename toolchain/gcc/patches/{4.5.1 => 4.5.2}/002-fix_pr44392.patch (100%)
 rename toolchain/gcc/patches/{4.5.1 => 4.5.2}/100-uclibc-conf.patch (100%)
 rename toolchain/gcc/patches/{4.5.1 => 4.5.2}/301-missing-execinfo_h.patch (100%)
 rename toolchain/gcc/patches/{4.5.1 => 4.5.2}/302-c99-snprintf.patch (100%)
 rename toolchain/gcc/patches/{4.5.1 => 4.5.2}/305-libmudflap-susv3-legacy.patch (100%)
 rename toolchain/gcc/patches/{4.5.1 => 4.5.2}/600-ubicom_support.patch (100%)
 rename toolchain/gcc/patches/{4.5.1 => 4.5.2}/810-arm-softfloat-libgcc.patch (100%)
 rename toolchain/gcc/patches/{4.5.1 => 4.5.2}/820-libgcc_pic.patch (100%)
 rename toolchain/gcc/patches/{4.5.1 => 4.5.2}/910-mbsd_multi.patch (100%)
 rename toolchain/gcc/patches/{4.5.1 => 4.5.2}/993-arm_insn-opinit-RTX_CODE-fixup.patch (100%)
 rename toolchain/gcc/patches/{4.5.1 => 4.5.2}/999-coldfire.patch (100%)

diff --git a/toolchain/gcc/common.mk b/toolchain/gcc/common.mk
index 3a4a94a46a..b3025a62e6 100644
--- a/toolchain/gcc/common.mk
+++ b/toolchain/gcc/common.mk
@@ -66,8 +66,8 @@ else
   ifeq ($(PKG_VERSION),4.4.5)
     PKG_MD5SUM:=44b3192c4c584b9be5243d9e8e7e0ed1
   endif
-  ifeq ($(PKG_VERSION),4.5.1)
-  PKG_MD5SUM:=48231a8e33ed6e058a341c53b819de1a
+  ifeq ($(PKG_VERSION),4.5.2)
+  PKG_MD5SUM:=e31fe695d7235f11fb5a63eafdfbfe88
   endif
 endif
 endif
diff --git a/toolchain/gcc/patches/4.5.1/002-fix_pr44392.patch b/toolchain/gcc/patches/4.5.2/002-fix_pr44392.patch
similarity index 100%
rename from toolchain/gcc/patches/4.5.1/002-fix_pr44392.patch
rename to toolchain/gcc/patches/4.5.2/002-fix_pr44392.patch
diff --git a/toolchain/gcc/patches/4.5.1/100-uclibc-conf.patch b/toolchain/gcc/patches/4.5.2/100-uclibc-conf.patch
similarity index 100%
rename from toolchain/gcc/patches/4.5.1/100-uclibc-conf.patch
rename to toolchain/gcc/patches/4.5.2/100-uclibc-conf.patch
diff --git a/toolchain/gcc/patches/4.5.1/301-missing-execinfo_h.patch b/toolchain/gcc/patches/4.5.2/301-missing-execinfo_h.patch
similarity index 100%
rename from toolchain/gcc/patches/4.5.1/301-missing-execinfo_h.patch
rename to toolchain/gcc/patches/4.5.2/301-missing-execinfo_h.patch
diff --git a/toolchain/gcc/patches/4.5.1/302-c99-snprintf.patch b/toolchain/gcc/patches/4.5.2/302-c99-snprintf.patch
similarity index 100%
rename from toolchain/gcc/patches/4.5.1/302-c99-snprintf.patch
rename to toolchain/gcc/patches/4.5.2/302-c99-snprintf.patch
diff --git a/toolchain/gcc/patches/4.5.1/305-libmudflap-susv3-legacy.patch b/toolchain/gcc/patches/4.5.2/305-libmudflap-susv3-legacy.patch
similarity index 100%
rename from toolchain/gcc/patches/4.5.1/305-libmudflap-susv3-legacy.patch
rename to toolchain/gcc/patches/4.5.2/305-libmudflap-susv3-legacy.patch
diff --git a/toolchain/gcc/patches/4.5.1/600-ubicom_support.patch b/toolchain/gcc/patches/4.5.2/600-ubicom_support.patch
similarity index 100%
rename from toolchain/gcc/patches/4.5.1/600-ubicom_support.patch
rename to toolchain/gcc/patches/4.5.2/600-ubicom_support.patch
diff --git a/toolchain/gcc/patches/4.5.1/810-arm-softfloat-libgcc.patch b/toolchain/gcc/patches/4.5.2/810-arm-softfloat-libgcc.patch
similarity index 100%
rename from toolchain/gcc/patches/4.5.1/810-arm-softfloat-libgcc.patch
rename to toolchain/gcc/patches/4.5.2/810-arm-softfloat-libgcc.patch
diff --git a/toolchain/gcc/patches/4.5.1/820-libgcc_pic.patch b/toolchain/gcc/patches/4.5.2/820-libgcc_pic.patch
similarity index 100%
rename from toolchain/gcc/patches/4.5.1/820-libgcc_pic.patch
rename to toolchain/gcc/patches/4.5.2/820-libgcc_pic.patch
diff --git a/toolchain/gcc/patches/4.5.1/910-mbsd_multi.patch b/toolchain/gcc/patches/4.5.2/910-mbsd_multi.patch
similarity index 100%
rename from toolchain/gcc/patches/4.5.1/910-mbsd_multi.patch
rename to toolchain/gcc/patches/4.5.2/910-mbsd_multi.patch
diff --git a/toolchain/gcc/patches/4.5.1/993-arm_insn-opinit-RTX_CODE-fixup.patch b/toolchain/gcc/patches/4.5.2/993-arm_insn-opinit-RTX_CODE-fixup.patch
similarity index 100%
rename from toolchain/gcc/patches/4.5.1/993-arm_insn-opinit-RTX_CODE-fixup.patch
rename to toolchain/gcc/patches/4.5.2/993-arm_insn-opinit-RTX_CODE-fixup.patch
diff --git a/toolchain/gcc/patches/4.5.1/999-coldfire.patch b/toolchain/gcc/patches/4.5.2/999-coldfire.patch
similarity index 100%
rename from toolchain/gcc/patches/4.5.1/999-coldfire.patch
rename to toolchain/gcc/patches/4.5.2/999-coldfire.patch
-- 
GitLab