summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2009-11-29 12:30:21 +0000
committerWerner Koch <wk@gnupg.org>2009-11-29 12:30:21 +0000
commitff9ba101831234f3877e1b44eeab3c048e660828 (patch)
tree4b2865dc49ffdc32defbedd29ea93f8621ba736c /README
parent9dc49828e33b45b3f9dcc2b4d6e03eab41341bc6 (diff)
downloadlibgcrypt-ff9ba101831234f3877e1b44eeab3c048e660828.tar.gz
Fix detection of cpuid statement.
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 5 insertions, 7 deletions
diff --git a/README b/README
index 5b1050c8..3bab5996 100644
--- a/README
+++ b/README
@@ -192,13 +192,6 @@
make. Try gmake or grab the sources from a GNU archive and
install them.
- If you are cross-compiling and you get an error either building a
- tool called "yat2m" or running that tool, the problem is most
- likely a bad or missing native compiler. We require a standard
- C-89 compiler to produce an executable to be run on the build
- platform. You can explicitly set such a compiler with configure
- arguments. On HP/UX you might want to try: "CC_FOR_BUILD=c89".
-
Specific problems on some machines:
* IBM RS/6000 running AIX
@@ -216,6 +209,11 @@
./configure ac_cv_sys_symbol_underscore=yes
+ * Sparc64 CPUs
+
+ We have reports about failures in the AES module when
+ compiling using gcc (e.g. version 4.1.2) and the option -O3;
+ using -O2 solves the problem.
License