summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/patches/4.5-linaro/920-specs_nonfatal_getenv.patch
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/gcc/patches/4.5-linaro/920-specs_nonfatal_getenv.patch')
-rw-r--r--toolchain/gcc/patches/4.5-linaro/920-specs_nonfatal_getenv.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gcc/patches/4.5-linaro/920-specs_nonfatal_getenv.patch b/toolchain/gcc/patches/4.5-linaro/920-specs_nonfatal_getenv.patch
index 6fd659c04..001088a25 100644
--- a/toolchain/gcc/patches/4.5-linaro/920-specs_nonfatal_getenv.patch
+++ b/toolchain/gcc/patches/4.5-linaro/920-specs_nonfatal_getenv.patch
@@ -6,7 +6,7 @@
if (!value)
- fatal ("environment variable \"%s\" not defined", argv[0]);
+ {
-+ warning (0, "environment variable \"%s\" not defined", argv[0]);
++ error ("warning: environment variable \"%s\" not defined", argv[0]);
+ value = "";
+ }