Update gcc's auto-host.h header for binutils 2.17: turn on

HAVE_COMDAT_GROUP, HAVE_GAS_WEAKREF and HAVE_LD_SYSROOT.
This commit is contained in:
Dimitry Andric 2010-10-22 18:12:40 +00:00
parent 162972bcf5
commit 7a66be1ab6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/binutils-2.17/; revision=214214

View File

@ -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