From af1fdf0dbf9763f652f5e1c7ea71019021e2e92b Mon Sep 17 00:00:00 2001 From: Nathan Whitehorn Date: Thu, 9 Dec 2010 17:39:40 +0000 Subject: [PATCH] Fix a missing underscore. --- gnu/usr.bin/cc/cc_tools/auto-host.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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