summaryrefslogtreecommitdiff
path: root/gcc/config/linux.h
diff options
context:
space:
mode:
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>2010-08-30 13:10:59 +0000
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>2010-08-30 13:10:59 +0000
commit0837aa277eaccde25e6d2f57ee187b79b1e33f3d (patch)
tree199b154e72cb2b72ba7223ccacd3064a7441bced /gcc/config/linux.h
parent9c163a365ec8d705bdb67d01ede6e7fcae82dc7a (diff)
downloadgcc-0837aa277eaccde25e6d2f57ee187b79b1e33f3d.tar.gz
Replace | with || in TARGET_HAS_SINCOS.
2010-08-30 H.J. Lu <hongjiu.lu@intel.com> * config/linux.h (TARGET_HAS_SINCOS): Replace | with ||. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@163640 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/linux.h')
-rw-r--r--gcc/config/linux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/linux.h b/gcc/config/linux.h
index e283a9a3305..7c0ca95db42 100644
--- a/gcc/config/linux.h
+++ b/gcc/config/linux.h
@@ -160,6 +160,6 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
#define TARGET_C99_FUNCTIONS (OPTION_GLIBC)
/* Whether we have sincos that follows the GNU extension. */
-#define TARGET_HAS_SINCOS (OPTION_GLIBC | OPTION_BIONIC)
+#define TARGET_HAS_SINCOS (OPTION_GLIBC || OPTION_BIONIC)
#define TARGET_POSIX_IO