summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2010-10-22 18:12:40 +0000
committerdim <dim@FreeBSD.org>2010-10-22 18:12:40 +0000
commitd51b49793f701db6b1853f3dc305866af94dcff7 (patch)
tree46693363a403d1d9a443900462e92d5b7a7f5cc3 /gnu
parent01736e4af657ac97e5fd4e383472b7a2a3f31d67 (diff)
downloadFreeBSD-src-d51b49793f701db6b1853f3dc305866af94dcff7.zip
FreeBSD-src-d51b49793f701db6b1853f3dc305866af94dcff7.tar.gz
Update gcc's auto-host.h header for binutils 2.17: turn on
HAVE_COMDAT_GROUP, HAVE_GAS_WEAKREF and HAVE_LD_SYSROOT.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cc/cc_tools/auto-host.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/cc/cc_tools/auto-host.h b/gnu/usr.bin/cc/cc_tools/auto-host.h
index 0ed3e97..60dde77 100644
--- a/gnu/usr.bin/cc/cc_tools/auto-host.h
+++ b/gnu/usr.bin/cc/cc_tools/auto-host.h
@@ -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
OpenPOWER on IntegriCloud