From b315ae351ed5ccd7946e1b4cd0f2c0f7805cde55 Mon Sep 17 00:00:00 2001 From: rth Date: Tue, 24 Aug 2010 21:08:05 +0000 Subject: 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 --- libcpp/config.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libcpp/config.in') 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 header file. */ #undef HAVE_STDDEF_H -- cgit v1.2.1