On a different note, thanks for the double dash fix for Configure. That
said, I have one more issue in relation to the way Configure handles
flags completely unrelated to MIPS...
On MacOSX, you have to target a specific SDK if you want to ensure
it targets the proper release of MacOSX. That means you pass flags
like this on to the compiler:
-isysroot /Developer/SDKs/MacOSX10.6.sdk/ -mmacosx-version-min=10.6
-Wl,-syslibroot,/Developer/SDKs/MacOSX10.6.sdk/
...
-isysroot%20/Developer/SDKs/..."
Works perfectly. Never would have thought of that.
Thanks!
-Brad
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List openssl-dev@openssl.org
Automated List Manager majord...@openssl.org