From e856d62d0ad7469a99d32a34799dd75bf994449b Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Thu, 11 Jun 2015 11:57:11 +0000 Subject: toolchain/gcc: upgrade Linaro GCC 4.9 to 4.9-2015.03 Signed-off-by: Imre Kaloz SVN-Revision: 45944 --- toolchain/gcc/patches/4.9-linaro/920-specs_nonfatal_getenv.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolchain/gcc/patches/4.9-linaro/920-specs_nonfatal_getenv.patch') diff --git a/toolchain/gcc/patches/4.9-linaro/920-specs_nonfatal_getenv.patch b/toolchain/gcc/patches/4.9-linaro/920-specs_nonfatal_getenv.patch index 1c0b34e..75379e4 100644 --- a/toolchain/gcc/patches/4.9-linaro/920-specs_nonfatal_getenv.patch +++ b/toolchain/gcc/patches/4.9-linaro/920-specs_nonfatal_getenv.patch @@ -1,6 +1,6 @@ --- a/gcc/gcc.c +++ b/gcc/gcc.c -@@ -8106,7 +8106,10 @@ getenv_spec_function (int argc, const ch +@@ -8105,7 +8105,10 @@ getenv_spec_function (int argc, const ch value = getenv (argv[0]); if (!value) -- cgit v1.1