summaryrefslogtreecommitdiff
path: root/gcc/config/kfreebsd-gnu.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/kfreebsd-gnu.h')
-rw-r--r--gcc/config/kfreebsd-gnu.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/gcc/config/kfreebsd-gnu.h b/gcc/config/kfreebsd-gnu.h
index 592bae3d378..48da6a00793 100644
--- a/gcc/config/kfreebsd-gnu.h
+++ b/gcc/config/kfreebsd-gnu.h
@@ -1,5 +1,5 @@
/* Definitions for kFreeBSD-based GNU systems with ELF format
- Copyright (C) 2004, 2006, 2007
+ Copyright (C) 2004, 2006, 2007, 2011
Free Software Foundation, Inc.
Contributed by Robert Millan.
@@ -31,7 +31,5 @@ along with GCC; see the file COPYING3. If not see
} \
while (0)
-#ifdef GLIBC_DYNAMIC_LINKER
-#undef GLIBC_DYNAMIC_LINKER
-#define GLIBC_DYNAMIC_LINKER "/lib/ld.so.1"
-#endif
+#undef GNU_USER_DYNAMIC_LINKER
+#define GNU_USER_DYNAMIC_LINKER "/lib/ld.so.1"