diff options
Diffstat (limited to 'libcpp/lex.c')
-rw-r--r-- | libcpp/lex.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libcpp/lex.c b/libcpp/lex.c index a2168e4..b783622 100644 --- a/libcpp/lex.c +++ b/libcpp/lex.c @@ -263,11 +263,9 @@ search_line_acc_char (const uchar *s, const uchar *end ATTRIBUTE_UNUSED) } } -/* Disable on Solaris 2/x86 until the following problems can be properly +/* Disable on Solaris 2/x86 until the following problem can be properly autoconfed: - The Solaris 9 assembler cannot assemble SSE4.2 insns. - Before Solaris 9 Update 6, SSE insns cannot be executed. The Solaris 10+ assembler tags objects with the instruction set extensions used, so SSE4.2 executables cannot run on machines that don't support that extension. */ |