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
commitac15027799a75e0413bc1fd1f9ffad0428562be7 (patch)
treee1bb1d944fab5fb42e2a1fd105b224ffb8ea3e31 /toolchain/gcc/patches/4.8-linaro/920-specs_nonfatal_getenv.patch
parent0f38875537561be51b0996b162d10da071f29068 (diff)
downloadmaster-187ad058-ac15027799a75e0413bc1fd1f9ffad0428562be7.tar.gz
master-187ad058-ac15027799a75e0413bc1fd1f9ffad0428562be7.tar.bz2
master-187ad058-ac15027799a75e0413bc1fd1f9ffad0428562be7.zip
[toolchain/gcc]: upgrade Linaro GCC 4.8 to 2014.01
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39501 3c298f89-4303-0410-b956-a3cf2f4a3e73
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)