index : archweb32 | |
Archlinux32 website | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2019-03-07 12:43:33 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-03-07 12:43:33 +0100 |
commit | 96d39b398eb9b57fe808e34b40e7123204eef1db (patch) | |
tree | 09408b49b69708de68e8ba15b342372130315826 /architecture.php | |
parent | d21ecfbbbdd924fb12cd0f932bced21566574b74 (diff) |
-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(); |