Browse Source

gcc: bump 4.8.x series to version 4.8.4

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Gustavo Zacarias 10 năm trước cách đây
mục cha
commit
7e8fc282f8

+ 0 - 0
package/gcc/4.8.3/100-uclibc-conf.patch → package/gcc/4.8.4/100-uclibc-conf.patch


+ 0 - 0
package/gcc/4.8.3/301-missing-execinfo_h.patch → package/gcc/4.8.4/301-missing-execinfo_h.patch


+ 0 - 0
package/gcc/4.8.3/305-libmudflap-susv3-legacy.patch → package/gcc/4.8.4/305-libmudflap-susv3-legacy.patch


+ 0 - 0
package/gcc/4.8.3/810-arm-softfloat-libgcc.patch → package/gcc/4.8.4/810-arm-softfloat-libgcc.patch


+ 0 - 0
package/gcc/4.8.3/830-arm_unbreak_armv4t.patch → package/gcc/4.8.4/830-arm_unbreak_armv4t.patch


+ 0 - 0
package/gcc/4.8.3/841-PR57717-E500v2.patch → package/gcc/4.8.4/841-PR57717-E500v2.patch


+ 0 - 0
package/gcc/4.8.3/842-PR60155.patch → package/gcc/4.8.4/842-PR60155.patch


+ 0 - 0
package/gcc/4.8.3/850-libstdcxx-uclibc-c99.patch → package/gcc/4.8.4/850-libstdcxx-uclibc-c99.patch


+ 0 - 0
package/gcc/4.8.3/900-musl-support.patch → package/gcc/4.8.4/900-musl-support.patch


+ 0 - 0
package/gcc/4.8.3/910-gcc-poison-system-directories.patch → package/gcc/4.8.4/910-gcc-poison-system-directories.patch


+ 0 - 0
package/gcc/4.8.3/powerpc-link-with-math-lib.patch.conditional → package/gcc/4.8.4/powerpc-link-with-math-lib.patch.conditional


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

@@ -32,7 +32,7 @@ choice
 		# Broken or unsupported PPC cores
 		depends on !BR2_powerpc_e5500 && !BR2_powerpc_e6500 && \
 			!BR2_powerpc_power8
-		# SPARC -mcpu=leon3 appeared in gcc 4.8.3
+		# SPARC -mcpu=leon3 appeared in gcc 4.8.x
 		depends on !BR2_sparc_leon3
 		# Broken or unsupported X86 cores
 		depends on !BR2_x86_corei7 && !BR2_x86_jaguar
@@ -52,7 +52,7 @@ choice
 		# Broken or unsupported PPC cores
 		depends on !BR2_powerpc_e5500 && !BR2_powerpc_e6500 && \
 			!BR2_powerpc_power8
-		# SPARC -mcpu=leon3 appeared in gcc 4.8.3
+		# SPARC -mcpu=leon3 appeared in gcc 4.8.x
 		depends on !BR2_sparc_leon3
 		# Broken or unsupported x86 cores
 		depends on !BR2_x86_jaguar
@@ -95,7 +95,7 @@ config BR2_GCC_VERSION
 	default "4.2.2-avr32-2.1.5" if BR2_GCC_VERSION_4_2_2_AVR32_2_1_5
 	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.8.4"     if BR2_GCC_VERSION_4_8_X
 	default "4.9.2"     if BR2_GCC_VERSION_4_9_X
 	default "arc-2014.08" if BR2_GCC_VERSION_4_8_ARC