gcc.c (xputenv): New function.
authorFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Mon, 3 Sep 2007 15:24:48 +0000 (15:24 +0000)
committerFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Mon, 3 Sep 2007 15:24:48 +0000 (15:24 +0000)
commit47d3331890f360263c044d5d23ff5ef55630a573
treeedf1af3d1fd81ce1ee57396d343b84313331fdaa
parent7ddb87782d08b109ccf7c137aab6d8b207c87dd9
gcc.c (xputenv): New function.

* gcc.c (xputenv): New function.
(putenv_from_prefixes): Use xputenv instead of putenv.
(process_command): Use xputenv instead of putenv.
(set_collect_gcc_options): Use xputenv instead of putenv.
(main): Use xputenv instead of putenv.

From-SVN: r128046
gcc/ChangeLog
gcc/gcc.c