On Wed, Jul 9, 2014 at 3:55 PM, Jeffrey Walton <[email protected]> wrote: > I'm having trouble setting up solaris-x86-cc and solaris-x86-gcc via > MACHINE and SYSTEM. > > How exactly does one force the use of x86 when compiling for Solaris > when Configure/config is mis-identifying the system (the > mis-identification is x86_64).
Here's the one they reported success with. It included the configuration text "THIRTY_TWO_BIT mode" (others were still configuring 64-bit): export KERNEL_BITS=32 export ARCH=x86 export MACHINE="solaris" export RELAEASE="10" export SYSTEM="gcc" export BUILD="Solaris; Solaris 10; x86" $ ./config Operating system: solaris-whatever-gcc Configuring for gcc ... The `SYSTEM="gcc"` looks unusual to me. I think its a configure "feature". ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [email protected] Automated List Manager [email protected]
