index : website | |
Archlinux32 website - obsolete | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | architecture.php | 5 |
diff --git a/architecture.php b/architecture.php index 439588c..d29ca93 100644 --- a/architecture.php +++ b/architecture.php @@ -68,5 +68,10 @@ foreach ($flags as $arch => $arch_flags) { $oddity = "odd"; } print " </table>\n"; +print " <p>\n"; +print " Hint:\n"; +print " Currently some i686 packages require SSE2 - which is a bug we're trying to solve.\n"; +print " If you experience any problems related to illegal instructions although your cpu should support the architecture (as listed above), please report the issue to us in <a href=\"https://bbs.archlinux32.org\">the forums</a>, on irc or on <a href=\"https://bugs.archlinux32.org\">the bug tracker</a>.\n"; +print " </p>\n"; print " </div>\n"; print_footer(); |