diff --git a/ld/acconfig.h b/ld/acconfig.h index 7be98654f5..6034cadef8 100644 --- a/ld/acconfig.h +++ b/ld/acconfig.h @@ -7,6 +7,9 @@ /* Whether sbrk must be declared even if is included. */ #undef NEED_DECLARATION_SBRK + +/* Whether getenv must be declared even if is included. */ +#undef NEED_DECLARATION_GETENV @TOP@ /* Do we need to use the b modifier when opening binary files? */