PR ld/6590
[deliverable/binutils-gdb.git] / ld / config.in
index cae19e76240a526f9c711ae17a4f15a9d3e31c5f..3ce09449cff425685f7accc1973413361a0e78e2 100644 (file)
@@ -7,6 +7,9 @@
 /* Additional extension a shared object might have. */
 #undef EXTRA_SHLIB_EXTENSION
 
+/* Define to choose default GOT handling scheme.  */
+#undef GOT_HANDLING_DEFAULT
+
 /* Define to 1 if you have the declaration of `environ', and to 0 if you
    don't. */
 #undef HAVE_DECL_ENVIRON
 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
    `char[]'. */
 #undef YYTEXT_POINTER
+
+/* Enable GNU extensions on systems that have them.  */
+#ifndef _GNU_SOURCE
+# undef _GNU_SOURCE
+#endif
This page took 0.022401 seconds and 4 git commands to generate.