1 Author: Jo-Philipp Wich <jow@openwrt.org>
2 Date: Sat Apr 21 03:02:39 2012 +0000
4 gcc: add patch to make the getenv() spec function nonfatal if requested environment variable is unset
10 @@ -10213,8 +10213,10 @@ getenv_spec_function (int argc, const ch
14 - fatal_error (input_location,
15 - "environment variable %qs not defined", varname);
17 + warning (input_location, "environment variable %qs not defined", varname);
21 /* We have to escape every character of the environment variable so
22 they are not interpreted as active spec characters. A