aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/patches/4.8-linaro/920-specs_nonfatal_getenv.patch
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2014-02-06 10:28:45 +0000
committerImre Kaloz <kaloz@openwrt.org>2014-02-06 10:28:45 +0000
commit5e906232b0363d2419a3cc5f697bf742cc5fcd7b (patch)
treec2ea2c52091b96cae5f75d0bd2a54836d55c3728 /toolchain/gcc/patches/4.8-linaro/920-specs_nonfatal_getenv.patch
parenta7f0eb013a92a1736521024a4795c2e2781e3636 (diff)
downloadupstream-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/920-specs_nonfatal_getenv.patch')
-rw-r--r--toolchain/gcc/patches/4.8-linaro/920-specs_nonfatal_getenv.patch2
1 files changed, 1 insertions, 1 deletions
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)