diff options
author | Andy Polyakov <appro@openssl.org> | 2004-12-20 13:44:34 +0000 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2004-12-20 13:44:34 +0000 |
commit | 76ef6ac956490b4d9f78445599ce52510021858a (patch) | |
tree | e3dc2caa83e0d717ed19fdae43cfedc3e34acb84 /PROBLEMS | |
parent | a842df6659e1a9dd98bdab61cf2fd4682dfb70ad (diff) | |
download | openssl-new-76ef6ac956490b4d9f78445599ce52510021858a.tar.gz |
Refine PowerPC platform support.
Diffstat (limited to 'PROBLEMS')
-rw-r--r-- | PROBLEMS | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -90,15 +90,6 @@ failures in other parts of the code. Workaround: modify the target to +O2 when building with no-asm. -* Poor support for AIX shared builds. - -do_aix-shared rule is not flexible enough to parameterize through a -config-line. './Configure aix43-cc shared' is working, but not -'./Configure aix64-gcc shared'. In latter case make fails to create shared -libraries. It's possible to build 64-bit shared libraries by running -'env OBJECT_MODE=64 make', but we need more elegant solution. Preferably one -supporting even gcc shared builds. See RT#463 for background information. - * Problems building shared libraries on SCO OpenServer Release 5.0.6 with gcc 2.95.3 |