Re: [PATCH] PR bootstrap/67363: Fix setenv/unsetenv declaration issue in gcc.c

2015-09-10 Thread Jeff Law
On 09/10/2015 02:11 PM, John David Anglin wrote: The attached patch fixes bootstrap on hppa-hpux and possibly other older systems without setenv and unsetenv. The setenv and unsetenvy functions are available in libiberty. All that is needed is to add declaration configure checks and the missing

[PATCH] PR bootstrap/67363: Fix setenv/unsetenv declaration issue in gcc.c

2015-09-10 Thread John David Anglin
The attached patch fixes bootstrap on hppa-hpux and possibly other older systems without setenv and unsetenv. The setenv and unsetenvy functions are available in libiberty. All that is needed is to add declaration configure checks and the missing declarations when they are not available on th