From 5e906232b0363d2419a3cc5f697bf742cc5fcd7b Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Thu, 6 Feb 2014 10:28:45 +0000 Subject: upgrade Linaro GCC 4.8 to 2014.01 Signed-off-by: Imre Kaloz SVN-Revision: 39501 --- toolchain/gcc/patches/4.8-linaro/920-specs_nonfatal_getenv.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolchain/gcc/patches/4.8-linaro/920-specs_nonfatal_getenv.patch') 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) -- cgit v1.2.3