浏览代码

gcc: bump 4.9.x series to version 4.9.1

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Gustavo Zacarias 11 年之前
父节点
当前提交
00bf63600e

+ 0 - 0
package/gcc/4.9.0/100-uclibc-conf.patch → package/gcc/4.9.1/100-uclibc-conf.patch


+ 0 - 0
package/gcc/4.9.0/301-missing-execinfo_h.patch → package/gcc/4.9.1/301-missing-execinfo_h.patch


+ 0 - 0
package/gcc/4.9.0/302-c99-snprintf.patch → package/gcc/4.9.1/302-c99-snprintf.patch


+ 0 - 0
package/gcc/4.9.0/810-arm-softfloat-libgcc.patch → package/gcc/4.9.1/810-arm-softfloat-libgcc.patch


+ 0 - 0
package/gcc/4.9.0/830-arm_unbreak_armv4t.patch → package/gcc/4.9.1/830-arm_unbreak_armv4t.patch


+ 0 - 0
package/gcc/4.9.0/840-microblaze-enable-dwarf-eh-support.patch → package/gcc/4.9.1/840-microblaze-enable-dwarf-eh-support.patch


+ 1 - 15
package/gcc/4.9.0/900-musl-support.patch → package/gcc/4.9.1/900-musl-support.patch

@@ -13,6 +13,7 @@ https://bitbucket.org/GregorR/musl-cross/src. Compared to the upstream version:
    causing build failure. Bug reported upstream at
    https://bitbucket.org/GregorR/musl-gcc-patches/issue/4/musl-gcc-patches-break-the-build-on.
 
+[Gustavo: remove upstream applied gcc/config/sh/sh.c chunk for 4.9.1]
 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
 ---
 
@@ -441,21 +442,6 @@ Index: b/gcc/config/sh/linux.h
  
  #undef SUBTARGET_LINK_EMUL_SUFFIX
  #define SUBTARGET_LINK_EMUL_SUFFIX "_linux"
-Index: b/gcc/config/sh/sh.c
-===================================================================
---- a/gcc/config/sh/sh.c
-+++ b/gcc/config/sh/sh.c
-@@ -70,10 +70,6 @@
- #include "pass_manager.h"
- #include "context.h"
- 
--#include <sstream>
--#include <vector>
--#include <algorithm>
--
- int code_for_indirect_jump_scratch = CODE_FOR_indirect_jump_scratch;
- 
- /* These are some macros to abstract register modes.  */
 Index: b/gcc/configure
 ===================================================================
 --- a/gcc/configure

+ 0 - 0
package/gcc/4.9.0/powerpc-link-with-math-lib.patch.conditional → package/gcc/4.9.1/powerpc-link-with-math-lib.patch.conditional


+ 1 - 1
package/gcc/Config.in.host

@@ -97,7 +97,7 @@ config BR2_GCC_VERSION
 	default "4.5.4"     if BR2_GCC_VERSION_4_5_X
 	default "4.7.4"     if BR2_GCC_VERSION_4_7_X
 	default "4.8.3"     if BR2_GCC_VERSION_4_8_X
-	default "4.9.0"     if BR2_GCC_VERSION_4_9_X
+	default "4.9.1"     if BR2_GCC_VERSION_4_9_X
 	default "arc-4.8-R3" if BR2_GCC_VERSION_4_8_ARC
 	default BR2_GCC_SNAP_DATE if BR2_GCC_VERSION_SNAP