add gcc 4.5.2 (replaces 4.5.1)

SVN-Revision: 24746
master
Imre Kaloz 14 years ago
parent deb9661785
commit 30439e7092
  1. 4
      toolchain/gcc/common.mk
  2. 0
      toolchain/gcc/patches/4.5.2/002-fix_pr44392.patch
  3. 0
      toolchain/gcc/patches/4.5.2/100-uclibc-conf.patch
  4. 0
      toolchain/gcc/patches/4.5.2/301-missing-execinfo_h.patch
  5. 0
      toolchain/gcc/patches/4.5.2/302-c99-snprintf.patch
  6. 0
      toolchain/gcc/patches/4.5.2/305-libmudflap-susv3-legacy.patch
  7. 0
      toolchain/gcc/patches/4.5.2/600-ubicom_support.patch
  8. 0
      toolchain/gcc/patches/4.5.2/810-arm-softfloat-libgcc.patch
  9. 0
      toolchain/gcc/patches/4.5.2/820-libgcc_pic.patch
  10. 0
      toolchain/gcc/patches/4.5.2/910-mbsd_multi.patch
  11. 0
      toolchain/gcc/patches/4.5.2/993-arm_insn-opinit-RTX_CODE-fixup.patch
  12. 0
      toolchain/gcc/patches/4.5.2/999-coldfire.patch

@ -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

Loading…
Cancel
Save