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:
parent
162972bcf5
commit
7a66be1ab6
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user