[openssl-dev] [openssl.org #3587] openssl-1.0.1j configuration for solaris-x86/x64 should be changed

2016-02-02 Thread Rich Salz via RT
Sorry we didn't get to this sooner. We're only taking security fixes for 1.0.1
now.
Please open a new ticket if this is still an issue with current releases.
--
Rich Salz, OpenSSL dev team; rs...@openssl.org

___
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev


[openssl.org #3587] openssl-1.0.1j configuration for solaris-x86/x64 should be changed

2014-10-30 Thread Kiyoshi KANAZAWA via RT
Hello, again.

Configuration for solaris-x86/x64 is not good.

(1) solaris-x86-gcc
    -march=pentium should not be specified.
(2) solaris-x86-cc
    -O after -fast overrides optimizing level.
(3) solaris64-x86_64-cc
    -xarch=amd64 is too old style.
    -m64 should be used instead.

Sample patch is attached.


--- Kiyoshi yoi_no_myou...@yahoo.co.jp


Configure.patch
Description: Binary data