summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cc
diff options
context:
space:
mode:
authornwhitehorn <nwhitehorn@FreeBSD.org>2010-12-09 17:39:40 +0000
committernwhitehorn <nwhitehorn@FreeBSD.org>2010-12-09 17:39:40 +0000
commitad01c620333d05c430d583ee40647e396be1ab91 (patch)
tree82e1616bdf0bd04d5af8fb560e0fe3552cfb56f7 /gnu/usr.bin/cc
parentfc14e904c36ecb88d8205c56a0655baeaadec904 (diff)
downloadFreeBSD-src-ad01c620333d05c430d583ee40647e396be1ab91.zip
FreeBSD-src-ad01c620333d05c430d583ee40647e396be1ab91.tar.gz
Fix a missing underscore.
Diffstat (limited to 'gnu/usr.bin/cc')
-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 bb22230..a3a235c 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
OpenPOWER on IntegriCloud