diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2014-02-06 10:28:45 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2014-02-06 10:28:45 +0000 |
commit | 5e906232b0363d2419a3cc5f697bf742cc5fcd7b (patch) | |
tree | c2ea2c52091b96cae5f75d0bd2a54836d55c3728 /toolchain/gcc/patches/4.8-linaro | |
parent | a7f0eb013a92a1736521024a4795c2e2781e3636 (diff) | |
download | upstream-5e906232b0363d2419a3cc5f697bf742cc5fcd7b.tar.gz upstream-5e906232b0363d2419a3cc5f697bf742cc5fcd7b.tar.bz2 upstream-5e906232b0363d2419a3cc5f697bf742cc5fcd7b.zip |
upgrade Linaro GCC 4.8 to 2014.01
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39501
Diffstat (limited to 'toolchain/gcc/patches/4.8-linaro')
-rw-r--r-- | toolchain/gcc/patches/4.8-linaro/910-mbsd_multi.patch | 4 | ||||
-rw-r--r-- | toolchain/gcc/patches/4.8-linaro/920-specs_nonfatal_getenv.patch | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/toolchain/gcc/patches/4.8-linaro/910-mbsd_multi.patch b/toolchain/gcc/patches/4.8-linaro/910-mbsd_multi.patch index eb9a7c6c75..645dc43c5b 100644 --- a/toolchain/gcc/patches/4.8-linaro/910-mbsd_multi.patch +++ b/toolchain/gcc/patches/4.8-linaro/910-mbsd_multi.patch @@ -209,7 +209,7 @@ -Wfatal-errors -Wfloat-equal -Wformat -Wformat=2 @gol -Wno-format-contains-nul -Wno-format-extra-args -Wformat-nonliteral @gol -Wformat-security -Wformat-y2k @gol -@@ -4809,6 +4809,22 @@ This option is only supported for C and +@@ -4817,6 +4817,22 @@ This option is only supported for C and @option{-Wall} and by @option{-Wpedantic}, which can be disabled with @option{-Wno-pointer-sign}. @@ -232,7 +232,7 @@ @item -Wstack-protector @opindex Wstack-protector @opindex Wno-stack-protector -@@ -6920,7 +6936,7 @@ so, the first branch is redirected to ei +@@ -6928,7 +6944,7 @@ so, the first branch is redirected to ei second branch or a point immediately following it, depending on whether the condition is known to be true or false. diff --git a/toolchain/gcc/patches/4.8-linaro/920-specs_nonfatal_getenv.patch b/toolchain/gcc/patches/4.8-linaro/920-specs_nonfatal_getenv.patch index 8698eda5f2..09768f525b 100644 --- a/toolchain/gcc/patches/4.8-linaro/920-specs_nonfatal_getenv.patch +++ b/toolchain/gcc/patches/4.8-linaro/920-specs_nonfatal_getenv.patch @@ -1,6 +1,6 @@ --- a/gcc/gcc.c +++ b/gcc/gcc.c -@@ -8004,7 +8004,10 @@ getenv_spec_function (int argc, const ch +@@ -8029,7 +8029,10 @@ getenv_spec_function (int argc, const ch value = getenv (argv[0]); if (!value) |