aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 0169205240e..63e38faba6e 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -107,7 +107,7 @@ CC = C_COMPILER
107#endif 107#endif
108 108
109/* GNU libc requires ORDINARY_LINK so that its own crt0 is used. 109/* GNU libc requires ORDINARY_LINK so that its own crt0 is used.
110 Linux is an exception because it uses a funny variant of GNU libc. */ 110 GNU/Linux is an exception because it uses a funny variant of GNU libc. */
111#ifdef __GNU_LIBRARY__ 111#ifdef __GNU_LIBRARY__
112#ifndef GNU_LINUX 112#ifndef GNU_LINUX
113#define ORDINARY_LINK 113#define ORDINARY_LINK