Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Oct 2010 18:12:40 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r214214 - projects/binutils-2.17/gnu/usr.bin/cc/cc_tools
Message-ID:  <201010221812.o9MICexv061936@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dim
Date: Fri Oct 22 18:12:40 2010
New Revision: 214214
URL: http://svn.freebsd.org/changeset/base/214214

Log:
  Update gcc's auto-host.h header for binutils 2.17: turn on
  HAVE_COMDAT_GROUP, HAVE_GAS_WEAKREF and HAVE_LD_SYSROOT.

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 18:11:17 2010	(r214213)
+++ projects/binutils-2.17/gnu/usr.bin/cc/cc_tools/auto-host.h	Fri Oct 22 18:12:40 2010	(r214214)
@@ -327,7 +327,7 @@
 
 /* Define 0/1 if your assembler and linker support COMDAT groups. */
 #ifndef USED_FOR_TARGET
-#define HAVE_COMDAT_GROUP 0
+#define HAVE_COMDAT_GROUP 1
 #endif
 
 
@@ -783,7 +783,7 @@
 
 /* Define if your assembler supports .weakref. */
 #ifndef USED_FOR_TARGET
-/* #undef HAVE_GAS_WEAKREF */
+#define HAVE_GAS_WEAKREF 1
 #endif
 
 
@@ -916,7 +916,7 @@
 
 /* Define if your linker supports --sysroot. */
 #ifndef USED_FOR_TARGET
-/* #undef HAVE_LD_SYSROOT */
+#define HAVE_LD_SYSROOT 1
 #endif
 
 



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