From ac15027799a75e0413bc1fd1f9ffad0428562be7 Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Thu, 6 Feb 2014 10:28:45 +0000 Subject: [toolchain/gcc]: upgrade Linaro GCC 4.8 to 2014.01 Signed-off-by: Imre Kaloz git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39501 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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