Is it possible to build openssl fips 1.2 using aix-xlc_r rather than using
aix-cc

Please tell me how it can be done

Thanks
Joshi


On Tue, Jan 27, 2009 at 2:16 AM, Roumen Petrov <open...@roumenpetrov.info>wrote:

> Philip Prindeville via RT wrote:
>
>> The target:
>>
> [SNIP]
>
>> Also, in a cross-compiling environment, "CC" tends to default to the
>> target machine.
>>
>> If you're building intermediate binaries to be run as part of the build
>> itself, these need to be indicated separately.
>>
>> A common practice is:
>>
>> HOSTCC?=$(CC)
>> ...
>>
>> fips_standalone_sha1$(EXE_EXT): sha/fips_standalone_sha1.c
>>        $(HOSTCC) $(CFLAGS) -DFIPSCANISTER_O -o $@
>> sha/fips_standalone_sha1.c $(FIPSLIBDIR)fipscanister.o
>>
>>  OpenSSL use  CROSS_COMPILE_PREFIX.
>
> Roumen
>
> ______________________________________________________________________
> OpenSSL Project                                 http://www.openssl.org
> Development Mailing List                       openssl-dev@openssl.org
> Automated List Manager                           majord...@openssl.org
>



-- 
Regards
Joshi Chandran

Reply via email to