aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Whitehorn <nwhitehorn@FreeBSD.org>2010-12-09 17:39:40 +0000
committerNathan Whitehorn <nwhitehorn@FreeBSD.org>2010-12-09 17:39:40 +0000
commitaf1fdf0dbf9763f652f5e1c7ea71019021e2e92b (patch)
tree82e1616bdf0bd04d5af8fb560e0fe3552cfb56f7
parentaa2526259b5ea7bec6f13e79bba2cb7581ef6b75 (diff)
downloadsrc-af1fdf0dbf9763f652f5e1c7ea71019021e2e92b.tar.gz
src-af1fdf0dbf9763f652f5e1c7ea71019021e2e92b.zip
Fix a missing underscore.
Notes
Notes: svn path=/projects/binutils-2.17/; revision=216329
-rw-r--r--gnu/usr.bin/cc/cc_tools/auto-host.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/cc_tools/auto-host.h b/gnu/usr.bin/cc/cc_tools/auto-host.h
index bb222307efde..a3a235cbe152 100644
--- a/gnu/usr.bin/cc/cc_tools/auto-host.h
+++ b/gnu/usr.bin/cc/cc_tools/auto-host.h
@@ -891,7 +891,7 @@
/* Define if your PowerPC64 linker only needs function descriptor syms. */
#ifndef USED_FOR_TARGET
-# ifdef __powerpc64_
+# ifdef __powerpc64__
# define HAVE_LD_NO_DOT_SYMS 1
# endif
#endif