| Index: gcc/config.in
|
| diff --git a/gcc/config.in b/gcc/config.in
|
| index 2d03822a0ed9292e48aeec0d2e1efe1e62ecec75..dd6944a105f7c2ad8168251c0bed5945c55e4e6c 100644
|
| --- a/gcc/config.in
|
| +++ b/gcc/config.in
|
| @@ -101,6 +101,12 @@
|
| #endif
|
|
|
|
|
| +/* Define if gcc should always pass --build-id to linker. */
|
| +#ifndef USED_FOR_TARGET
|
| +#undef ENABLE_LD_BUILDID
|
| +#endif
|
| +
|
| +
|
| /* Define to 1 if translation of program messages to the user's native
|
| language is requested. */
|
| #ifndef USED_FOR_TARGET
|
| @@ -1020,6 +1026,12 @@
|
| #endif
|
|
|
|
|
| +/* Define if your linker supports --build-id. */
|
| +#ifndef USED_FOR_TARGET
|
| +#undef HAVE_LD_BUILDID
|
| +#endif
|
| +
|
| +
|
| /* Define if your linker supports --demangle option. */
|
| #ifndef USED_FOR_TARGET
|
| #undef HAVE_LD_DEMANGLE
|
|
|