diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2010-10-22 18:12:40 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2010-10-22 18:12:40 +0000 |
commit | 7a66be1ab6e28ed91c4f354e33b8eefbc51b6bb1 (patch) | |
tree | 46693363a403d1d9a443900462e92d5b7a7f5cc3 /gnu | |
parent | 162972bcf558ff0c39fb8973cc8b16049b3ec001 (diff) | |
download | src-test-7a66be1ab6e28ed91c4f354e33b8eefbc51b6bb1.tar.gz src-test-7a66be1ab6e28ed91c4f354e33b8eefbc51b6bb1.zip |
Notes
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/cc/cc_tools/auto-host.h | 6 |
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 0ed3e972c58f2..60dde77e4c96c 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 |