Ignore:
Timestamp:
02/28/2024 04:02:52 PM (6 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/mips64el
Children:
444bc9c
Parents:
5e6642a8
git-author:
Xi Ruoyao <xry111@…> (01/03/2024 05:49:07 AM)
git-committer:
Xi Ruoyao <xry111@…> (02/28/2024 04:02:52 PM)
Message:

mips64el: openssl: adjust for building on 64-bit MIPS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/openssl.xml

    r5e6642a8 r2cf0cbbd  
    5050    -i crypto/bn/rsaz_exp_x2.c</userinput></screen>
    5151-->
     52    <para>Remove an outdated compiler option causing build failure:</para>
     53
     54<screen><userinput remap="pre">sed 's/-mips3//' -i Configure</userinput></screen>
     55
    5256    <para>Prepare OpenSSL for compilation:</para>
    5357
     
    5559         --openssldir=/etc/ssl \
    5660         --libdir=lib          \
     61         linux64-mips64        \
    5762         shared                \
    5863         zlib-dynamic</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.