diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-08-24 21:08:05 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-08-24 21:08:05 +0000 |
commit | b315ae351ed5ccd7946e1b4cd0f2c0f7805cde55 (patch) | |
tree | bfa80eeb59c1e4fde073f12dc44c3301e2faed5c /libcpp/config.in | |
parent | 93d3ee56e3a680942f8ed6f975da4edf4688bec6 (diff) | |
download | gcc-b315ae351ed5ccd7946e1b4cd0f2c0f7805cde55.tar.gz |
PR bootstrap/45376
* configure.ac (HAVE_SSE4): New check.
* configure, config.in: Rebuild.
* lex.c (search_line_sse42): Omit if !HAVE_SSE4.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@163528 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libcpp/config.in')
-rw-r--r-- | libcpp/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libcpp/config.in b/libcpp/config.in index 95606c18abf..29d4501821a 100644 --- a/libcpp/config.in +++ b/libcpp/config.in @@ -185,6 +185,9 @@ /* Define to 1 if you have the `putc_unlocked' function. */ #undef HAVE_PUTC_UNLOCKED +/* Define to 1 if you can assemble SSE4 insns. */ +#undef HAVE_SSE4 + /* Define to 1 if you have the <stddef.h> header file. */ #undef HAVE_STDDEF_H |