summaryrefslogtreecommitdiff
path: root/libcpp/config.in
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2010-08-24 21:08:05 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2010-08-24 21:08:05 +0000
commitb315ae351ed5ccd7946e1b4cd0f2c0f7805cde55 (patch)
treebfa80eeb59c1e4fde073f12dc44c3301e2faed5c /libcpp/config.in
parent93d3ee56e3a680942f8ed6f975da4edf4688bec6 (diff)
downloadgcc-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.in3
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