Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Oct 2010 20:43:37 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r214222 - projects/binutils-2.17/gnu/usr.bin/cc/cc_tools
Message-ID:  <201010222043.o9MKhbFU065617@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dim
Date: Fri Oct 22 20:43:37 2010
New Revision: 214222
URL: http://svn.freebsd.org/changeset/base/214222

Log:
  In case of powerpc64, enable HAVE_LD_NO_DOT_SYMS in gcc's auto-host.h.
  
  Requested by:	nwhitehorn

Modified:
  projects/binutils-2.17/gnu/usr.bin/cc/cc_tools/auto-host.h

Modified: projects/binutils-2.17/gnu/usr.bin/cc/cc_tools/auto-host.h
==============================================================================
--- projects/binutils-2.17/gnu/usr.bin/cc/cc_tools/auto-host.h	Fri Oct 22 20:13:45 2010	(r214221)
+++ projects/binutils-2.17/gnu/usr.bin/cc/cc_tools/auto-host.h	Fri Oct 22 20:43:37 2010	(r214222)
@@ -891,7 +891,9 @@
 
 /* Define if your PowerPC64 linker only needs function descriptor syms. */
 #ifndef USED_FOR_TARGET
-/* #undef HAVE_LD_NO_DOT_SYMS */
+# ifdef __powerpc64_
+#  define HAVE_LD_NO_DOT_SYMS 1
+# endif
 #endif
 
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010222043.o9MKhbFU065617>